Thank you for your response
kindly find the 3 lines which create this warring for your kind advice .
OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "Buy the higher low", 0, 0, Green);
}
OrderSend(Symbol(), OP_SELL, 0.1, Bid, 3, 0, 0, "Sell the lower high", 0, 0, Red);
}
OrderModify(OrderTicket(), OrderOpenPrice(), OrderTakeProfit(), OrderStopLoss(), 0, Blue);
}
Thank you
Hi,
I need help to remove the above-mentioned error it appears to me in the following 3 lines.
OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "Buy the higher low", 0, 0, Green);
}
OrderSend(Symbol(), OP_SELL, 0.1, Bid, 3, 0, 0, "Sell the lower high", 0, 0, Red);
}
OrderModify(OrderTicket(), OrderOpenPrice(), OrderTakeProfit(), OrderStopLoss(), 0, Blue);
}
Thank you
if(OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "Buy the higher low", 0, 0, Green)==-1) int error_code = GetLastError(); if( !OrderModify(OrderTicket(), OrderOpenPrice(), OrderTakeProfit(), OrderStopLoss(), 0, Blue)) int error_code =GetLastError();
Noted Thank you
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
kindly I need your help as per the 2 attached files is that mean my expert is not working?!
thank you
<image deleted>