basosm / Publications
Forum
Can someone explain the logic behind this? counted_bars and Avgrange
Can someone please explain the logic behind this, I just began learning mql and I cant seem to understand why is this found in almost all the codes I have read so far. //---- check for possible errors if (counted_bars< 1 ) return (- 1 ); //---- last counted bar will be recounted if