I FOUND ERROR WITH MT5!

 

With the latest update (MT5 Build v228), this is the problem I found.

 

1)  EA will fail to load up and will get remove.

 

REASON: MqlTradeRequest is no longer functioning and will create unresolve function error.

 

This means I can no longer declare something like this:  MqlTradeRequest trade_order

Yes, the problem is with MqlTradeRequest.

Documentation on MQL5: Standard Constants, Enumerations and Structures / Data Structures / Trade Request Structure
  • www.mql5.com
Standard Constants, Enumerations and Structures / Data Structures / Trade Request Structure - Documentation on MQL5
 
ckingher :

With the latest update (MT5 Build v228), this is the problem I found.

 

1)  EA will fail to load up and will get remove.

 

REASON: MqlTradeRequest is no longer functioning and will create unresolve function error.

 

This means I can no longer declare something like this:  MqlTradeRequest trade_order

Yes, the problem is with MqlTradeRequest.

 

 


Thank you for your message. Bug fixed.
 
mql5 :


Thank you for your message. Bug fixed.


test

Reason: