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 |

Scan for Stock Coming off a 52 week low Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Reynolds05
Posted : Monday, March 22, 2010 1:36:31 AM
Registered User
Joined: 3/6/2005
Posts: 16
I am using stock finder. I would like to make a scan that will find stocks that have closed 3 average true ranges above the stock's 52 week low.
Bruce_L
Posted : Monday, March 22, 2010 10:22:42 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
If you Drag and Drop your Average True Range Indicator into the Code tab of the RealCode Editor, it should create something similar to the first line of the following RealCode Rule:

'# ATR = chart.AverageTrueRange
If Price.Last > Price.MinLow(252) + 3 * ATR.Value Then Pass

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