PureBytes Links
Trading Reference Links
|
Hello,
i am trying to build a counter with a loop. i have already tried the
following, but it seems that anything is wrong. The chart shows the
bar number, but when i click inside the chart, the number changes.
Cnt[0] = 0;
for( i = 0; i < BarCount; i++ )
{
Cnt[ i ] = i ;
}
Graph0 = Cnt;
Thanks i advance !
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.9/622 - Release Date: 1/10/2007 2:52 PM
|