|
You can automate virtually anything with AB by
using JScript/_vbscript_ and AFL.
Something like this came in mind:
AA.LoadSettings("mysystem.abs"); // Report tab set
to summary
AA.LoadFormula(...);
AA.BackTest(1);
AA.SortByColumn(....); // sort so that the top 20
stocks are at the beginning of the files
AA.Export("myresults.csv");
AA.LoadSettings("original.abs"); // Report tab set
to trade list
Now you can write code to read the first 20 lines
of "myresults.csv" and put them to a watchlist.
Then write code to Scan/Explore and send signals to
IB TWS......
__._,_.___ Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- Re: [amibroker] Select best system stocks automatically? Mark H
- [amibroker] Re: Select best system stocks automatically? brpnw1
- Re: [amibroker] Re: Select best system stocks automatical... Mark H
- Re: [amibroker] Re: Select best system stocks automatical... M Webb
