Forum

VPS Not Working

I subscribed to MQL5 VPS and was able to successfully migrate all my indicators and EA's to the platform. It successfully connected to the MQL5 Server initially, but now I am getting an error message that reads "failed to connect to server MQL5 London LD4 17." Any ideas on what may be going wrong

ADX Push Notification

Hello, can anyone fix this code? I'm trying to change it from send email alert to send a push notification . Thanks! #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Lime #property indicator_color2 Red //---- input parameters extern int ADXperiod = 14 ;