Forum

Why calculations of period()_value are different? (over 30 minutes) What's Burg?

//+------------------------------------------------------------------+ //| check_Period().mq5 | //| Copyright 2018, FIreFox,saboss,wmh,winstock | //| http://cafe.naver.com/metatradertech |

Pleae help me. Multi Array Bug. Bars(_Symbol, Time_Frame[i] );

ssaboss 2018.02.04 14:27 #5 KO Pleae help me. Multi Array Bug. Bars(_Symbol, Time_Frame[i] ); int Time_Frame[9] = {43200,10080,1440,240,60,30,15,5,1}; for(int i=0; i<9; i++) Alert(i," ",Bars(_Symbol, Time_Frame[i] ); Result: Bars - no one of the overloads can be appied to the function call