Libraries: Trading events in МТ4

 

Trading events in МТ4:

The library contains the function that monitors the appearance of the trading events in the MT4 client terrminal.

Author: Andrey Khatimlianskii

 
Fantastic! - I've been looking for exactly this kind of monitoring so I can know what happened and why. I wish MT4 had native built-in event tracking event management code.
 
This is great work. Thanks.
 

Is this ea single chart only?

Iam trading 30 charts from a dashboard and need a trade loss alert i cant have all charts open with a ea attached to it it would kill the computer.

 

It would be much better if one ea was enough for all charts. 

 
Michael:

Is this ea single chart only?

Iam trading 30 charts from a dashboard and need a trade loss alert i cant have all charts open with a ea attached to it it would kill the computer.

 

It would be much better if one ea was enough for all charts. 

Hi, Michael!

Yes, this EA is for one symbol only. And it is out of date, actually.

I'll publish my new indicator with notify function soon. 

 

I changed

#include <Events.mq4>

to

#include "Events.mq4"

Reason: