Event Handling for close/open

 

Hi,

how to get info when trade close or open? Is there any Event Handling?


Regards, 

 
chris.dotan: How to get info when trade close or open? Is there any Event Handling?

In MT4/MQL4, no there is no event handling for trading transaction as there is in MT5/MQL5.

You have to keep track of the orders and check their status during tick events.

Reason: