Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Gold Customer
Joined: 1/28/2005 Posts: 97
|
i have a bollinger bands setting of 10 period and width of 8. i have a attached these setting to the Money Stream indicator. Can you please tell me what the approprite PCf would be to show when the Money stream is above the bollinger band settings and below the bollinger band settings on a 1 day, 2 day and weekly chart please.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
MS above its own Upper BB 10,8:
MS > MS10 + .8 * SQR(ABS(MS ^ 2 + MS1.1 ^ 2 + MS1.2 ^ 2 + MS1.3 ^ 2 + MS1.4 ^ 2 + MS1.5 ^ 2 + MS1.6 ^ 2 + MS1.7 ^ 2 + MS1.8 ^ 2 + MS1.9 ^ 2 - 10 * MS10 ^ 2) / 9)
MS below its own Lower BB 10,8:
MS < MS10 - .8 * SQR(ABS(MS ^ 2 + MS1.1 ^ 2 + MS1.2 ^ 2 + MS1.3 ^ 2 + MS1.4 ^ 2 + MS1.5 ^ 2 + MS1.6 ^ 2 + MS1.7 ^ 2 + MS1.8 ^ 2 + MS1.9 ^ 2 - 10 * MS10 ^ 2) / 9)
MS above its own Upper BB 10,8 (2-Day):
MS > (MS + MS1.2 + MS1.4 + MS1.6 + MS1.8 + MS1.10 + MS1.12 + MS1.14 + MS1.16 + MS1.18) / 10 + .8 * SQR(ABS(MS ^ 2 + MS1.2 ^ 2 + MS1.4 ^ 2 + MS1.6 ^ 2 + MS1.8 ^ 2 + MS1.10 ^ 2 + MS1.12 ^ 2 + MS1.14 ^ 2 + MS1.16 ^ 2 + MS1.18 ^ 2 - 10 * ((MS + MS1.2 + MS1.4 + MS1.6 + MS1.8 + MS1.10 + MS1.12 + MS1.14 + MS1.16 + MS1.18) / 10) ^ 2) / 9)
MS below its own Lower BB 10,8 (2-Day):
MS < (MS + MS1.2 + MS1.4 + MS1.6 + MS1.8 + MS1.10 + MS1.12 + MS1.14 + MS1.16 + MS1.18) / 10 - .8 * SQR(ABS(MS ^ 2 + MS1.2 ^ 2 + MS1.4 ^ 2 + MS1.6 ^ 2 + MS1.8 ^ 2 + MS1.10 ^ 2 + MS1.12 ^ 2 + MS1.14 ^ 2 + MS1.16 ^ 2 + MS1.18 ^ 2 - 10 * ((MS + MS1.2 + MS1.4 + MS1.6 + MS1.8 + MS1.10 + MS1.12 + MS1.14 + MS1.16 + MS1.18) / 10) ^ 2) / 9)
MS above its own Upper BB 10,8 (Weekly):
MS > (MS + MS1.5 + MS1.10 + MS1.15 + MS1.20 + MS1.25 + MS1.30 + MS1.35 + MS1.40 + MS1.45) / 10 + .8 * SQR(ABS(MS ^ 2 + MS1.5 ^ 2 + MS1.10 ^ 2 + MS1.15 ^ 2 + MS1.20 ^ 2 + MS1.25 ^ 2 + MS1.30 ^ 2 + MS1.35 ^ 2 + MS1.40 ^ 2 + MS1.45 ^ 2 - 10 * ((MS + MS1.5 + MS1.10 + MS1.15 + MS1.20 + MS1.25 + MS1.30 + MS1.35 + MS1.40 + MS1.45) / 10) ^ 2) / 9)
MS below its own Lower BB 10,8 (Weekly):
MS < (MS + MS1.5 + MS1.10 + MS1.15 + MS1.20 + MS1.25 + MS1.30 + MS1.35 + MS1.40 + MS1.45) / 10 - .8 * SQR(ABS(MS ^ 2 + MS1.5 ^ 2 + MS1.10 ^ 2 + MS1.15 ^ 2 + MS1.20 ^ 2 + MS1.25 ^ 2 + MS1.30 ^ 2 + MS1.35 ^ 2 + MS1.40 ^ 2 + MS1.45 ^ 2 - 10 * ((MS + MS1.5 + MS1.10 + MS1.15 + MS1.20 + MS1.25 + MS1.30 + MS1.35 + MS1.40 + MS1.45) / 10) ^ 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
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Gold Customer
Joined: 1/28/2005 Posts: 97
|
Thanks Bruce, can you please show me a PCF for the above, but on a monthly chart, with the same settings, above and below the bollinger bands? thanks in adavance.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
MS above its own Upper BB 10,8 (Monthly):
MS > (MS + MS1.21 + MS1.42 + MS1.63 + MS1.84 + MS1.105 + MS1.126 + MS1.147 + MS1.168 + MS1.189) / 10 + .8 * SQR(ABS(MS ^ 2 + MS1.21 ^ 2 + MS1.42 ^ 2 + MS1.63 ^ 2 + MS1.84 ^ 2 + MS1.105 ^ 2 + MS1.126 ^ 2 + MS1.147 ^ 2 + MS1.168 ^ 2 + MS1.189 ^ 2 - 10 * ((MS + MS1.21 + MS1.42 + MS1.63 + MS1.84 + MS1.105 + MS1.126 + MS1.147 + MS1.168 + MS1.189) / 10) ^ 2) / 9)
MS below its own Lower BB 10,8 (Monthly):
MS < (MS + MS1.21 + MS1.42 + MS1.63 + MS1.84 + MS1.105 + MS1.126 + MS1.147 + MS1.168 + MS1.189) / 10 - .8 * SQR(ABS(MS ^ 2 + MS1.21 ^ 2 + MS1.42 ^ 2 + MS1.63 ^ 2 + MS1.84 ^ 2 + MS1.105 ^ 2 + MS1.126 ^ 2 + MS1.147 ^ 2 + MS1.168 ^ 2 + MS1.189 ^ 2 - 10 * ((MS + MS1.21 + MS1.42 + MS1.63 + MS1.84 + MS1.105 + MS1.126 + MS1.147 + MS1.168 + MS1.189) / 10) ^ 2) / 9)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |