Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Ease of Movement
Template (v17+)
50000000 * AVG((H - L) * (H - H1 + L - L1) / (V + (V = 0)), x)
Where x is the period of the Ease of Movement Indicator.
Example
The following Indicator Formula will return the value of a 14 period Ease of Movement indicator.
50000000 * AVG((H - L) * (H - H1 + L - L1) / (V + (V = 0)), 14)
Related Topics
-Bruce Personal Criteria Formulas TC2000 Support Articles
|