PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS"
<TSOKAKIS@xxxx> wrote:
> Jason,
> As I see you use AddToComposite to add O, H, L, C, V for a group
of
> stocks.
> I would
> a. move these stocks in WL10, for example, and scan ONLY WL10 with
> AddToComposite(O, "~NYSE Wave", "O" );
> AddToComposite(H, "~NYSE Wave", "H" );
> AddToComposite(L, "~NYSE Wave", "L" );
> AddToComposite(C, "~NYSE Wave", "C" );
> AddToComposite(V, "~NYSE Wave", "V" );
> AddToComposite( 1, "~NYSE Wave", "I" );
> Buy = 0;
Dimitris,
Thanks for taking the time to provide those two possible solutions.
Unfortunately, I pasted the above code into Automatic Analysis and
scanned my watchlist (the only difference was that I used watchlist
9 instead of 10) only to find the same errors as before. By the
way, I've always used a watchlist containing only the stocks I need
rather than scanning the entire universe of stocks.
I will keep working on it...
Jason
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|