PureBytes Links
Trading Reference Links
|
I'm trying to figure out how I can run a continuous Automatic Analysis
of different rules on different stocks. For example on the Dow
(INDU.X) I want:
Buy = Cross( Close, EMA( Close, 100 )+20 );
Sell = Cross( Close, EMA( Close, 100 )-20 );
based on a 1 minute chart, whereas on the S&P (SPX.X0) I want:
Buy = Cross( Close, MA( Close, 36 ) );
Sell = Cross( Close, MA( Close, 36 ) );
based on a 15 minute chart. How would my AFL look ?
------------------------ Yahoo! Groups Sponsor --------------------~-->
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
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/
|