Registered User Joined: 1/7/2008 Posts: 11
|
Could you please tell me the PCF fromula for moneystream surge 2 weeks?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
To the best of my knowledge, MoneyStream Surge - 2 Weeks is neither one of the built in or example formulas or used in any of the videos. If patterned after the MoneyStream Surge - 2 Days formula, you would have:
(MS - MS.10) / (MAX(MS,100) - MIN(MS,100)) * 100
And if patterned after the MoneyStream Surge - 1 Week formula you would get:
(MS - MS.10) / (MAX(MS,99) - MIN(MS,99)) * 100
These formula will frequently return the same results. 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!
Definitions of all built in scanning and sorting criteria
-Bruce Personal Criteria Formulas TC2000 Support Articles
|