I need an explanation as to how mt4 executes certain functions.
1) if i have 100 bars of data, does mt4 store the data in a array, with oldest being bar1, and the most current being bar 100 e.g.,
close[1] is the oldest close, and close[100] is the current close?
2) for(i=Bars-10;i>1;i--)
how does mt4 evaluate this, or how does it calculate the loop?
3) what does highest(Null,0,Mode_high,10,10+1) return, what is mt4 doing here?
Liz
1) if i have 100 bars of data, does mt4 store the data in a array, with oldest being bar1, and the most current being bar 100 e.g.,
close[1] is the oldest close, and close[100] is the current close?
2) for(i=Bars-10;i>1;i--)
how does mt4 evaluate this, or how does it calculate the loop?
3) what does highest(Null,0,Mode_high,10,10+1) return, what is mt4 doing here?
Liz