dimo70 / Publications
Forum
problem send a notification from MT5 Terminal to mobile device
Hi, wenn I test sending a notfication from my MT5 Terminal on Windows to my mobile MT5 on Android, it works without problems. When I try this via mql5 code, I get 4014 error code. Does anyone have idea where the problem is? MQL5 code: bool result = SendNotification ("test"); if (result) Print