Forum

EA works on tester but not on live data

so i wrote ea and after a long torment it managed to work on the tester but it doesn't work on live data. can the reason for this be the warning "ordersend value should be checked "? also in the expert it says "abnormal termination". confuses me because it works in a tester but not on live data. i

last deal properties

so the problem is that my EA doesn't work even though there are no errors, if anyone knows what I did wrong and instructs or corrects me, I would be grateful. #include <Trade/Trade.mqh> void OnTick () { MqlTradeRequest myrequest; MqlTradeResult myresult; ZeroMemory (myrequest);