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 |

flat adx Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Qbear
Posted : Wednesday, January 4, 2012 6:38:48 AM
Platinum Customer Platinum Customer

Joined: 10/7/2004
Posts: 16
The standard adx in stockfinder 4 can be unchanged for several periods, due to Wilders rounding calculations. Can you write a rule that indicates if adx today is = to adx yesterday?
Bruce_L
Posted : Wednesday, January 4, 2012 8:41:25 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
In StockFinder 4, you can add ADX to the chart and then Drag and Drop it into the Code tab of the RealCode Editor of a RealCode Rule to create something similar to the first line of the following RealCode Rule (the exact details of the line might differ):

'# AL = indicator.ADXLine.2
If AL.Value = AL.Value(1) Then Pass

Writing Condtions in RealCode

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