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

Plot Close Minus ATR Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
iestech
Posted : Thursday, April 21, 2016 8:23:55 AM
Registered User
Joined: 3/16/2011
Posts: 13

How to plot or mark a dot on a chart represeting value of price close minus ATR?

Bruce_L
Posted : Thursday, April 21, 2016 10:20:30 AM


Worden Trainer

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

You could use the following Formula in a Custom PCF Indicator with the Plot Style set to Dot.

C - ((AVGH14 - AVGL14) / 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) + ABS(H4 - C5) + ABS(C5 - L4) + ABS(H5 - C6) + ABS(C6 - L5) + ABS(H6 - C7) + ABS(C7 - L6) + ABS(H7 - C8) + ABS(C8 - L7) + ABS(H8 - C9) + ABS(C9 - L8) + ABS(H9 - C10) + ABS(C10 - L9) + ABS(H10 - C11) + ABS(C11 - L10) + ABS(H11 - C12) + ABS(C12 - L11) + ABS(H12 - C13) + ABS(C13 - L12) + ABS(H13 - C14) + ABS(C14 - L13)) / 28)

How to add an indicator to a chart template
How to edit an Indicator
Please provide a description and PCF for calculating an ATR value to be used as a stop loss value



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
iestech
Posted : Friday, April 22, 2016 3:57:50 PM
Registered User
Joined: 3/16/2011
Posts: 13

Thank you !

Bruce_L
Posted : Friday, April 22, 2016 3:59:21 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.