Registered User Joined: 9/22/2005 Posts: 849
|
I need a formula similar to this
ABS(XAVGC22>XAVGC22.1)*XAVGC22
except for TSV and MS.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Your formula return the 22-Period Exponential Moving Average when it is greater than its previous value and returns zero otherwise. A similar formula for MS would be:
ABS(MS > MS1.1) * MS
That said, the actual value of MS is completely and totally meaningless.
Dealing with OBV & MS in PCF's - how to interp their "values"
A similar formula for TSV would require knowing the settings of the TSV.
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|