Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

QUESTION Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
dhirenshah
Posted : Friday, February 2, 2018 2:32:27 PM
Registered User
Joined: 3/10/2012
Posts: 465

Bruce dot plots

1) How do i write Close today is BETWEEN HIGH  AND LOW OF ATR 21 width multiplier 1.00 and close is above the open of the bar

in condition formula to get dot plots in one row and 

I wrote this way but something is wrong

100/ABS(C < XAVG((H + L + C) / 3 + 1.00 * ATR, 21) AND C > XAVG((H + L + C) / 3 - 1.00 * ATR, 21)) AND C > O)

thanks 

Bruce_L
Posted : Friday, February 2, 2018 2:37:58 PM


Worden Trainer

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

I think it is just an extra closing parenthesis.

100 / ABS(C < XAVG((H + L + C) / 3 + 1.00 * ATR, 21) AND C > XAVG((H + L + C) / 3 - 1.00 * ATR, 21) AND C > O)

Although it could be shortened somewhat.

100 / ABS(ABS(C - XAVG(H + L + C, 21) / 3) < XAVG(ATR, 21) AND C > O)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
dhirenshah
Posted : Friday, February 2, 2018 2:40:56 PM
Registered User
Joined: 3/10/2012
Posts: 465

Ok Perfect thanks 

Bruce_L
Posted : Friday, February 2, 2018 2:42:05 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.