[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Absolute bar #?



PureBytes Links

Trading Reference Links

Gack.  Brain fade.

Someone kindly pointed out that I could just do something like

Vars: BarNum(0);
BarNum = BarNum + 1;

and that would give me an absolute # for each bar.

Sometimes I still have trouble making my brain think in the
EasyLanguage way instead of the normal programming languages
I'm used to...

Gary