Is it possible to apply a RT trading system to, say, a watchlist ?
I have tried :
i = 0 ;
StockName = StrExtract(List, i) ;
while (StockName != "") {
SetForeign(StockName, False, True) ;
(Here : process for each security)
RestorePriceArrays() ;
i = i + 1 ;
StockName = StrExtract(List, i) ;
}
Not appreciated by AB...
Thanks,
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
| Investment management software | Real estate investment software | Investment property software |
| Software support | Real estate investment analysis software | Investment software |
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
