Registered User Joined: 2/5/2005 Posts: 55
|
HI Bruce et al,
I was hoping someone was able to help me with creating a simple indicator alert. I want to take the MACD (standard settings) on say the SPX and have an alert created that pings me when there is a cross over only on the indicator thru the EMA line. I am not concerned with the level of the indicator so much as the actual cross over up or down. I am not interested in any lists of stocks or scans, just one chart. I hope this makes sense.
Dave
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You can create an alert for MACD crossing up through its moving average for a single symbol at a time by clicking on MACD and selecting Set Alert. You would choose Crossing Up Moving Average in the MACD vs Moving Average section of the Condition drop-down menu in the Create Alert menu which appears.
Creating an alert for MACD crossing down through its moving average would be the same, except that you would choose Crossing Down Moving Average instead of Crossing Up Moving Average.
Setting Alerts in TC2000
Managing Alerts in the Alert Console
Note that the above technique creates two individual alerts (this is not a bad thing and might even be better than a single alert). If you really wanted to create a single alert which checked for both crossing up or crossing down, you would need to create a Condition Formula.
SGN(XAVGC12 - XAVGC26 - XAVG(XAVGC12,9) + XAVG(XAVGC26,9)) <> SGN(XAVGC12.1 - XAVGC26.1 - XAVG(XAVGC12.1,9) + XAVG(XAVGC26.1,9))
Understanding MACD
And then select More | Alerts | New Alert | Condition Alert to create an alert based on the Condition Formula you created above.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 2/5/2005 Posts: 55
|
Great thanks Bruce!
Dave
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|