Open raykavin opened 4 years ago
@RKDEVSYS
debug
.
5, Make sure you are able to execute the same trade also in your terminal, to be sure that your broker have not blocked too tight trades.https://github.com/vdemydiuk/mtapi/blob/master/mq4/MtApi.mq4#L48
//#define __DEBUG_LOG__
I'm trying to open an order, but some arguments like stoploss and takeprofit are not sent with the score due to conversion to double, when the order arrives in MetaTrader it informs that the levels of stop loss or take profit are incorrect. If possible give me some examples of how to use OrderSend. Thanks!