| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi,
This should get me started. Just curious to find out what another 
option would be if my list was large. Finally, how can I make my 
ticker list current for the test (i.e what AFL function to use)? 
Thanks again.
--- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen" 
<psytek@xxxx> wrote:
> It depends on how many trades you are talking about...
> 
> In EOD the simplest way would be to create a text or .csv file, 
for example
> in excel, and read this file from afl. There are a number of file 
functions,
> like fputs() and fgets(), you can use and you can store your trade
> information using StaticVarSetText(); for easy access after that.
> 
> Again, depending on how many different tickers you traded you can 
use the
> StrExtract() function (and some others) to read your ticker from a 
list and
> make it current for the test.
> 
> A good start would be to look into code examples for the above 
functions...
> 
> ggod luck,
> herman
> 
> 
------------------------ 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/
 
 |