Forum

Issue with historical data...

Hi guys.... I'm not sure I should post that here, since it's related to MigBank data, but... since MIgBank is the "default" brokerage when you download MT5 from the Metaquote website... well... When I first downloaded MT5, I opened an demo account and could log to the "MigBankDemo" server

i++ FOR loop behaves differently from i-- for loop.. Is that a bug ?

I have an issue with the FOR loop while using on the object list... Here a function to check object names and delete those whose names start with the text1 and text2 string... if I use for(int i = ObjectsTotal(0) - 1; i >=0; i--)... the function works properly but if I use for(int i = 0; i <