Forum

All objects get deleted from all charts

Hi everyone, I've been developing an EA that makes use of manually created trendlines and it seemed to work perfectly on my vps since its completion, even though I have like 40 charts opened at the same time with that same EA attached. However, it didn't have any OrderSend() functions in it until

Notifications: failed send request [0] send request failed [12002]

Hi everyone, I've created an EA on MQL4 that interacts with objects created manually and sends a notification whenever a certain situation occurs. Some of them are sent only once per day. On the Strategy Tester I used Print() function instead of SendNotification() (obviously) and everything worked