Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Tracking stocks with volatility Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
DenaGela
Posted : Thursday, April 2, 2009 1:08:59 PM
Registered User
Joined: 5/5/2008
Posts: 15
How do I track the stocks with  huge volatiltiy swings like stocks that have a range of couple of dollars up and down and/ or percentage wise
Bruce_L
Posted : Thursday, April 2, 2009 2:09:36 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
One idea would just be to check the Range. For example, the 5-Period Simple Moving Average of Range would be:

AVGH5 - AVGL5

If you wanted that to be at least $2, you could write:

AVGH5 - AVGL5 >= 2

If you wanted that Range expressed as a Percentage of the Average Closing Price over the same Period you could write:

100 * (AVGH5 - AVGL5) / AVGC5

If you wanted that to be at least 2% you could write:

100 * (AVGH5 - AVGL5) / AVGC5 >= 2

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
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.