BarIndex() for AB v5.30 should now returns values always starting from zero 
(even if QuickAFL is turned on) as per the help manual of the new version.

But when I try to plot the below code I get different results when uncommenting 
the first line.

I'd like to get an indicator of total number of data points from the first one 
available up to the selected one.

Paolo

//SetBarsRequired( sbrAll, sbrAll );
Plot(BarIndex(), "BI", colorRed, styleLine);

Reply via email to