Gold Customer
Joined: 12/24/2004 Posts: 33
|
for TC2000 v12.4, trying to determine the formula to compute the 5 day ATR as of yesterday's close. Any help is appreciated!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following Indicator Formula.
(AVGH5.1 - AVGL5.1) / 2 + (ABS(H1 - C2) + ABS(C2 - L1) + ABS(H2 - C3) + ABS(C3 - L2) + ABS(H3 - C4) + ABS(C4 - L3) + ABS(H4 - C5) + ABS(C5 - L4) + ABS(H5 - C6) + ABS(C6 - L5)) / 10
-Bruce Personal Criteria Formulas TC2000 Support Articles
|