Forum

MQL VPS Alert not working

I made an indicator that send push notification alert on my phone. It works fine on my laptop, but after I register on virtual server, migrate all the indicator, and start the server. After I closed my laptop, I don't receive any alert based on my indicator (I checked again it, there was a condition

Problem dividing doubles/floats

I tried dividing numbers (doubles/floats) but my indicator stop moving in strategy tester . double FirstNumber = NumberArray[ 0 ]; double SecondNumber = NumberArray[ 10 ]; Comment ( "First : " +FirstNumber+ "\n Second : " +SecondNumber); //This comment part above works just fine double Divided =