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 |

H > upper BB Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Brucem
Posted : Tuesday, July 22, 2014 1:50:02 PM
Registered User
Joined: 12/27/2010
Posts: 30

I am trying to create a PCF condition for a High greater than the upper Bollinger Band, a period of 6 days with an exponential avg of 6 and 1.75 STD. I have the following but it does not work. Can you correct the code?

H > XAVGC6 + 1.75 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2  - 6 * XAVGC6 ^ 2) / 6)

Bruce

Bruce_L
Posted : Tuesday, July 22, 2014 2:08:57 PM


Worden Trainer

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

You were very close. Please try the following Condition Formula instead.

H > XAVGC6 + 1.75 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 - 6 * AVGC6 ^ 2) / 6)

Modelling Bollinger Bands (& Standard Deviation) in a TC PCF



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