Registered User Joined: 10/7/2004 Posts: 16
|
I would appreciate assistance with a PCF for a 10, 1.5 bollinger band where the low for today is less than or equal today's bollinger band low times 0.9. Thank you.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
L <= .9 * (AVGC10 - 1.5 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 - 10 * AVGC10 ^ 2) / 9))
You may wish to review the following:
Modelling Bollinger Bands (& Standard Deviation) in a TC PCF
How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 10/7/2004 Posts: 16
|
Dear Bruce L,
Thank you.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|