Shadow
Shadow
Friends

Add friends via their profile or user search and you will be able to see if they are online

Shadow
Registered at MQL5.community
Shadow
Added topic play sound
hi nead help, how do i put a play sound with a inicator arrow
Shadow
Added topic charts overlap
does anybody know if it is posible to place two charts over on another on metatrader (live) not printed. say line charts and can see both
Shadow
Added topic Interbank expert
have problem, have expert that run on normal account perfect but doesn't want to exicute orders on mini account. we checked everything lot sizes magic numbers, i dont think it is in the code, it runs on fxdd mini account, have anybody got idea what
Shadow
Added topic expert trading more than one
can someone please help; how do i change the code below so that it only look at order in the market that it placed. so if i do other trades or another expert that it doesn't influence the expert below SEma = iMA(NULL, 0, ShortEma, 0, MODE_EMA
Shadow
Added topic OP_BUYSTOP
can someone help, nead to change the normal buy order to buystop, but keep on getting a 130 error if(LastBar == 1) { ticket = OrderSend(Symbol(), OP_BUY, Lots, Ask, 5, Ask - StopLoss * Point, Ask + TakeProfit*Point, "BuyStop", 12345, 0
Shadow
Added topic so far so good
new to mql4. writing so code to try out all aspects of mql4. wrote simple buy/sell code that work of last candle open and close. just have one problem as soon as trade is close buy stop loss or profit limit it opens up new trade; how do i code so it
Shadow
Added topic multi currency trading
how do i tel expert to only trade (look) ak 1 currency. have two experts running but conflict on open trades
Shadow
Added topic help please
nead help: i want to evaluate the profit results (if have 5 losses in row want to excicute order to stop trade) have any advice please
Shadow
Added topic last trade
nead help, new to mql4. i do i call the last trade that was excicuted;