Gold Customer
Joined: 10/7/2004 Posts: 37
|
Thanks in advance
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You could do a sort by the 5-Period Price Percent Change:
100 * (C / C5 - 1)
The 5-Period Absolute Price Percent Change:
100 * ABS(C / C5 - 1)
The 5-Period Price Net Change:
C - C5
Or the 5-Period Absolute Price Net Change:
ABS(C - C5)
It all depends on what you want.
Setting Up WatchList Columns
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Gold Customer
Joined: 10/7/2004 Posts: 37
|
When I went to save the sort by the 5-Period Price Percent Change as a condition, I got a message indicating it does not return a boolean result but will be saved as an indicator. Please explain what this means.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The Personal Criteria Formulas I provided are Indicator Formulas. This means they return a numeric value. You will need to click on the Indicators tab to see them.
If they had been Condition Formulas they would have been boolean and returned either true or false. You would have needed to click on the Conditions tab to see them.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|