Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

stock percent above the 50 day Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
cactus
Posted : Thursday, July 26, 2012 11:42:57 AM
Registered User
Joined: 10/7/2004
Posts: 35

Hi

I need to make a column that shows stocks that are between -1% to 8% of the 50 day simple moving average.

thank you

Bruce_L
Posted : Thursday, July 26, 2012 11:52:52 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Please try the following Condition Formula:

.99 * AVGC50 <= C AND C <= 1.08 * AVGC50

A slightly shorter but less intuitive Condition Formula would be:

ABS(C / AVGC50 - 1.035) <= .045

Personal Criteria Formula Conditions
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.