Hi,
Is it possible to build an ea, using the arguments in a push message of another EA in MT5?
For exemple, on a MT5 terminal, i have 2 EAs:
the first do its work, and then when it feels a signal send a push message, for exemple "eurusd M5 trend up, possible buy"
then i need to build the second EA to take a position according to message push received
I don't have the source code of the first EA, need to build a table of the differents push messages possible?
thanks
No! Push notifications are sent to mobile apps. MQL is unable to intercept or read those messages.
ok, perhaps it's not push messages, but the notifications we can see in MT5
sorry
Possible, but need use some DLL to read log file of MT5.
or use AutoIT to read log https://www.mql5.com/en/articles/10130- www.mql5.com
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
Is it possible to build an ea, using the arguments in a push message of another EA in MT5?
For exemple, on a MT5 terminal, i have 2 EAs:
the first do its work, and then when it feels a signal send a push message, for exemple "eurusd M5 trend up, possible buy"
then i need to build the second EA to take a position according to message push received
I don't have the source code of the first EA, need to build a table of the differents push messages possible?
thanks