Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

ATR5 ATR5 percent change Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
0002ct
Posted : Thursday, July 20, 2017 3:44:46 PM
Registered User
Joined: 11/19/2015
Posts: 459

Hello.

Could I please get some help writing the absolute percent change to "most current ATR4" from "ATR4 3 days ago"? I'm looking to evaluate magnitude of changes in range.

Thank you very much.
 

Bruce_L
Posted : Thursday, July 20, 2017 3:47:26 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

The following for TC2000 v17:

100 * ABS(ATR4 / ATR4.3 - 1)

The following for TC2000 v7:

100 * ABS(((AVGH4 - AVGL4) / 2 + (ABS(H - C1) + ABS(C1 - L) + ABS(H1 - C2) + ABS(C2 - L1) + ABS(H2 - C3) + ABS(C3 - L2) + ABS(H3 - C4) + ABS(C4 - L3)) / 8) / ((AVGH4.3 - AVGL4.3) / 2 + (ABS(H3 - C4) + ABS(C4 - L3) + ABS(H4 - C5) + ABS(C5 - L4) + ABS(H5 - C6) + ABS(C6 - L5) + ABS(H6 - C7) + ABS(C7 - L6)) / 8) - 1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
0002ct
Posted : Thursday, July 20, 2017 3:51:36 PM
Registered User
Joined: 11/19/2015
Posts: 459

Thank you very much.

Bruce_L
Posted : Thursday, July 20, 2017 3:54:27 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



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