Forum

play sound

hi nead help, how do i put a play sound with a inicator arrow

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 the problem may be

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

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, PRICE_CLOSE, 0); LEma = iMA(NULL, 0, LongEma, 0

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, Green); prtAlert("EUR/USD: Buying"); if(ticket > 0) {

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 only open trade again on next candle

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

multi currency trading

how do i tel expert to only trade (look) ak 1 currency. have two experts running but conflict on open trades

last trade

nead help, new to mql4. i do i call the last trade that was excicuted;