astrocypher / Publications
Forum
out of array range problem
hey guys and girls, I've got a small problem in this code: //---- checking number of bars if (rates_total < MPeriod - 1 + begin) return ( 0 ); //---- declare the local variables = > HERE THE PROBLEM int first, bar,i= ArraySize (ExtLineBuffer); ExtLineBuffer[i]= 1 ; double Sum, SMA;