Hi TJ,
Would you care
to clarify comment d) below in the case of trying to import output of one indicator
from one pane to a second pane of same symbol and same interval when the
interval is Range bars.
Will it not work
in that case?
--
Joseph Biran
____________________________________________
From: amibroker@xxxxxxxxxxxxxxx
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Tomasz Janeczko
Sent: Friday, March 06, 2009 6:59 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] AmiBroker 5.24.0 BETA released •Static array
variables implemented! (do NOT work well for tick/volume intervals!)
Hello,
AmiBroker 5.24.0 BETA is released now:
http://www.amibroker.com/devlog/2009/03/06/amibroker-5240-beta-released/
This is somewhat special beta because it contains only
one fix and introduces only one new feature: array static variables.
I decided to release this feature "alone"
because the static variable code has been completely rewritten, so in case of
any issues, it would be easy to revert to 5.23.
Best regards,
Tomasz Janeczko
amibroker.com
d)
static array variables do
not work well for non-time based intervals (tick/n-volume/n-tick)
because timestamps in those intervals
may not be unique (i.e. several bars may have same time stamp), so time
synchronization is not reliable.