Forum

Bug in MQL programing language

Hi everybody, I've just found a bug in the MQL programing language. I've tried loop operator "for", but the counting variables doesn't count from the beginning value, as it should be. Please check this simple script code: void OnStart () { for ( int i= 0 ; i< 500 ; i++) Print (i); } Here is

Why I can't update my product at MQL5 Market?

I've just updated some of my products (MT5 version). They are Expert Advisor, but not autotrading robots. They are utilities for managing and controlling orders. But when I upload the new version, it seems that MQL5's automatic validating system check it with Strategy Tester and always give an error