Registered User Joined: 2/15/2012 Posts: 25
|
Can this be expressed in a formula?
5 bar % ATR < 21 bar % ATR
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
% ATR could be defined a variety of ways, but if we assume something like the following for a 14-period version.
100 * AVG(ATR1 / C1, 14)
Then the following would be the desired formula.
AVG(ATR1 / C1, 5) < AVG(ATR1 / C1, 21)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 2/15/2012 Posts: 25
|
perfect, thankyou Bruce !
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|