Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Gold Customer
Joined: 10/14/2004 Posts: 202
|
Please write a PCF with price crossing up through 10 month Simple Moving Average, RSI at 80 or above, MACD 12,26,9 positive below zero line
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Are the RSI and MACD Monthly as well?
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 10/14/2004 Posts: 202
|
Sorry, both daily.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The following assumes a plain 14 period RSI without Wilder's smoothing and an exponential MACD 12, 26, 9 with the raw MACD below zero but above its moving average trigger.
9 * C > C21 + C42 + C63 + C84 + C105 + C126 + C147 + C168 + C189 AND 9 * C21 <= C42 + C63 + C84 + C105 + C126 + C147 + C168 + C189 + C210 AND RSI14 > 80 AND XAVGC12 < XAVGC26 AND XAVGC12 - XAVGC26 > XAVG(XAVGC12, 9) - XAVG(XAVGC26, 9)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 10/14/2004 Posts: 202
|
Bruce, The above PCF is picking up stocks much below 10 Month Simple Moving Average. I want to leave my time frame on Monthly and show only those stocks whose price is breaking above the 10 Month Simple MA. Although this PCF is based upon a monthly cycle, can I pick up this stocks by watching the chart each day for a crossover?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The formula currently only returns true for two symbols (PZN & RAVN) when used as a Personal Criteria Formula in TC2000 v7 and both have price above the 10 period simple moving average in a monthly time frame.
If you are plotting it on a monthly chart as Custom PCF Indicator, then you cannot include the daily portiions. The formula would just be:
C > AVGC10 AND C1 <= AVGC10.1
I guess you could just watch the chart, but note that the months in TC2000 v7 are running 21 trading day months and not calendar months like in TC2000 v17. The 21 day span being covered is going to change from day to day.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 8/21/2010 Posts: 9
|
Hi Bruce,
Looking in the forum but could not find a 10 month SMA indicator to use on my monthly Ivy Portfolio.
Some say the 200 SMA is simular but would prefer the 10. Your help is appreciated.
Thanks,
Yvonne
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following.
(C + C21 + C42 + C63 + C84 + C105 + C126 + C147 + C168 + C189) / 10
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |