Registered User Joined: 2/7/2005 Posts: 16
|
I am attempting to find stocks where the TSV9 has crossed above its SMA5. So far the results I am getting with my PCF/EASY SCAN show different results in addition to what I am looking for. Could you provide me with a correct way of doing this?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The formula will depend on the Moving Average Type set for your TSV. If the TSV is Simple, the formula would be:
TSV9 > AVG(TSV9,5) AND TSV9.1 <= AVG(TSV9.1,5)
If the TSV is Exponential, the formula would be:
XAVG(TSV,9) > XAVG(TSV5,9) AND XAVG(TSV1.1,9) <= XAVG(TSV5.1,9)
You may wish to review the following:
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
|
Registered User Joined: 2/7/2005 Posts: 16
|
Thank you for the info.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|