PureBytes Links
Trading Reference Links
|
OSAKA tabels is a DLL written by a user, it allows you to save arrays and
other data on your Hard Disk. While it is a great contribution using OSAKA
requires some programming skills - I think in a stable piece of code it will
work just fine but if you are continuously tinkering with the code you can
run into problems - at least i did.
If you are a registered user you can learn more by down loading the DLL and
reading the code from the AmiBroker site:
http://www.amibroker.net/3rdparty.php
Look for OSAKA_105s.zip
best regards,
herman
-----Original Message-----
From: rekorbima [mailto:amibroker@xxxxxxxxxxxxx]
Sent: Monday, October 04, 2004 10:43 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: static variables/arrays...ATC?
--- 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
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|