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 |

ATR pcf Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
janaka
Posted : Monday, August 17, 2015 10:38:37 AM
Registered User
Joined: 2/1/2010
Posts: 7

What is wrong with this syntax?

(MAXH10-MAXL10) < 2.5*ATR20

 

It returns "argument missing near *

 

Thanks

 

 

 

diceman
Posted : Monday, August 17, 2015 10:59:49 AM
Registered User
Joined: 1/28/2005
Posts: 6,049

ATR20 isnt proper syntax.

 

 

Thanks

 

Bruce_L
Posted : Monday, August 17, 2015 11:04:22 AM


Worden Trainer

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

Please try the following Condition Formula.

MAXH10 - MINL10 < 2.5 * ((AVGH20 - AVGL20) / 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) + ABS(H14 - C15) + ABS(C15 - L14) + ABS(H15 - C16) + ABS(C16 - L15) + ABS(H16 - C17) + ABS(C17 - L16) + ABS(H17 - C18) + ABS(C18 - L17) + ABS(H18 - C19) + ABS(C19 - L18) + ABS(H19 - C20) + ABS(C20 - L19)) / 40)

20-Day Average True Range



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
janaka
Posted : Monday, August 17, 2015 12:26:58 PM
Registered User
Joined: 2/1/2010
Posts: 7

Thanks, Bruce.  Works great!

Janaka

 

Bruce_L
Posted : Monday, August 17, 2015 12:27:29 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.