Hello,
First Turn ON QUICK AFL on AA Settings.
Then 0 to BarCount-1 will automatically represent selected range and
no code wrestling is required.
More on this:
http://www.amibroker.com/kb/2008/07/03/quickafl/
Best regards,
Tomasz Janeczko
amibroker.com
On 2010-08-03 02:57, Robert Nemeth wrote:
Rather than run loops from 1 to BarCount-1, I think I could save loop time if I knew the start and end BarIndex which would correspond to the number of
quotations or from/to date for an exploration. BeginValue() and EndValue() don't address this. Is there anyway I can read the Barindex range and set my loop
parameters on it?
Robert