Thanks Tomasz,
in regards to the changes to BarIndex(), my plugin has been using the following
code to determine the total number of bars in underlying compressed quotations
array:
totalBarCount = LastValue(BarIndex())
That will no longer work, but will this work the same?
SetBarsRequired(-1, sbrAll);
totalBarCount = Status("quickafllastdatabar");
Thanks,
Jules.
Thanks for your never ending hard work Tomasz and hope you have a great break
also.
--- In [email protected], Tomasz Janeczko <gro...@...> wrote:
>
> Hello,
>
> AmiBroker 5.29.5 BETA is released now:
> http://www.amibroker.com/devlog/2009/12/23/amibroker-5-29-5-beta-released/
>
> Read Me:
> http://www.amibroker.com/devlog/wp-content/uploads/2009/12/readme5295.html
>
> Enjoy.
>
> Wishing you all Happy Holiday Season and Healthy, Prosperous New Year !
>
> All the best,
> Tomasz Janeczko
> amibroker.com
>