| 
 PureBytes Links 
Trading Reference Links 
 | 
--- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen" 
<psytek@xxxx> wrote:
> Amibroker does not have StaticArrays however i would suspect 
(hope) they
> will come one day. There are work arounds like using OSAKA tables 
or using
> the AddToComposite().
What's an OSAKA table, please?  I can't find any mention of it in AB 
User's Guide or in Google.
> If you want to initialize the ATc during the first stock in an 
exploration
> you can do that by making its execution conditional on the
> Status("StockNum"), like:
> 
> if( Status("StockNum") == 0 ) AddToComposite();
That works great, for a way to tell AFL that we're in the first 
Explore iteration.  Is there also a way to count the total number of 
stocks to be processed, so we can tell Status() when we're in the 
last iteration?
> This way the ATC will remain unchanged during processing of 
subsequent stocks.
Yes, but but once I've tricked ATC into creating a static composite 
Ticker, as described above, then how do I assign values to the 
ticker's data fields?
Thanks for the help, Herman.
    -Paul
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |