PureBytes Links
Trading Reference Links
|
When I run this AA scan I get a crash message. Can someone tell me
where I went wrong.
I changed the "settings" to monthly and changed the "range" to
6/1/04-9/24/04
Thanks,
Brian
zz = ROC(Close,1);
PM = ( ROC( Close, -1 ) );
PP = ( ROC( Close, -2 ) );
Buy = zz > 0 AND zz < 10 AND PM > 0 AND PM < 10 AND PP > 0 AND PP < 10;
------------------------ 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/
|