Gold Customer
Joined: 3/6/2005 Posts: 110
|
I'd like to add a column that will tell me with a check mark which stocks or ETF's have volume that is 10% higher than it's volume 50 day moving average. Thanks. BB
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You should be able to use the following Condition Formula to check for volume being at least 10% higher than the 50-period simple moving average of volume.
V >= 1.1 * AVGV50
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: 3/6/2005 Posts: 110
|
Thank you Bruce
|
Gold Customer
Joined: 3/6/2005 Posts: 110
|
Every time I test the formula it brings back a False reading. Could you check it please. I've tested it quite a few times. Thanks.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
False is not an error message. It just means the results are not true for test symbol.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|