Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 12/28/2008 Posts: 26
|
Wondering if anyone could help with a pcf. I want to scan Money Stream MS crossing movinga average 14 for the day. I looked at previous post until my eyes crossed so hope I'm not being redundant here. Thanks alot and love the charts.
Steve
|
|
Registered User Joined: 10/23/2004 Posts: 251
|
Money-Stream crossing 14 day simple day-moving average.
MS > AVG(MS1,14) AND MS1.1 <= AVG(MS1.1,14)
|
|
Registered User Joined: 12/28/2008 Posts: 26
|
Thanks Naresh for your quick reply.
After looking at the results from the scan another question popped up. Is it possible for the above scan to show rising ms and another showing shrinking ms. Any help would be greatly appreciated.
Thanks, Steve
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Casita,
Increasing MS could be written as:
MS > MS1.1
Decreasing MS colud be written as:
MS < MS1.1
Increasing MS while crossing up through its own 14-Period Simple Moving Average could be written as:
MS > MS1.1 AND MS > MS14 AND MS1.1 <= MS14.1
You may wish to review the following:
Dealing with OBV & MS in PCF's - how to interp their "values"
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |