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 |

condition formula for narrow price movement Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
bizfix
Posted : Thursday, March 22, 2018 6:07:32 PM
Registered User
Joined: 8/27/2014
Posts: 22

hello, I want to add a condition for a stock that has a tight price movement over a 3 week period. I would like the scan to pick up stocks that have not moved more than 2 or 3 % over a 3 week period. Could you suggest a formula thanks 

Bruce_L
Posted : Friday, March 23, 2018 9:06:27 AM


Worden Trainer

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

The following condition formula is an example checking for the entire range of price to be less than 3% over 15 bars (about 3 weeks in a daily time frame).

MAXH15 <= 1.03 * MINL15

The following condition formula checks for the closing prices to be in a 2% range over 15 bars.

MAXC15 <= 1.02 * MINC15



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