Buy = Cross( Close, EMA( Close, 100 )+20 ) AND Name() == "INDU.X";
Sell = Cross( Close, EMA( Close, 100 )-20 ) AND Name() == "INDU.X";
based on a 1 minute chart, whereas on the S&P (SPX.X0) I want:
Buy = Cross( Close, MA( Close, 36 ) ) AND Name() == "SPX.XO";
Sell = Cross( Close, MA( Close, 36 ) ) AND Name() == "SPX.XO";
--
Terry
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Richard Jay
Sent: Thursday, May 25, 2006 05:34
To: [email protected]
Subject: [amibroker] Automatic Analysis of different stocks & rules
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 ?
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
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.
