Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Bands Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
a3ctrader
Posted : Wednesday, May 4, 2016 12:01:13 AM
Registered User
Joined: 11/2/2015
Posts: 28

Can you please help me with the following indicator?

 

(Bottom - Top) / Middle Bollinger Band(20 SMA,2 SD)

 

Where...

 

Bottom = abs(Lower Bollinger Band(20 SMA,2 SD) - Lower Bollinger Band(50 SMA,2.1 SD))


Top = abs(Upper Bollinger Band(20 SMA,2 SD) - Upper Bollinger Band(50 SMA,2.1 SD))

 

SD = Standard Deviation

 

Thank you.

Bruce_L
Posted : Wednesday, May 4, 2016 12:03:44 PM


Worden Trainer

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

Please try using the following Indicator Formula as the Formula in a Custom PCF Indicator.

(ABS(AVGC20 - 2 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 - 20 * AVGC20 ^ 2) / 20) - AVGC50 + 2.1 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 + C20 ^ 2 + C21 ^ 2 + C22 ^ 2 + C23 ^ 2 + C24 ^ 2 + C25 ^ 2 + C26 ^ 2 + C27 ^ 2 + C28 ^ 2 + C29 ^ 2 + C30 ^ 2 + C31 ^ 2 + C32 ^ 2 + C33 ^ 2 + C34 ^ 2 + C35 ^ 2 + C36 ^ 2 + C37 ^ 2 + C38 ^ 2 + C39 ^ 2 + C40 ^ 2 + C41 ^ 2 + C42 ^ 2 + C43 ^ 2 + C44 ^ 2 + C45 ^ 2 + C46 ^ 2 + C47 ^ 2 + C48 ^ 2 + C49 ^ 2 - 50 * AVGC50 ^ 2) / 50)) - ABS(AVGC20 + 2 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 - 20 * AVGC20 ^ 2) / 20) - AVGC50 - 2.1 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 + C20 ^ 2 + C21 ^ 2 + C22 ^ 2 + C23 ^ 2 + C24 ^ 2 + C25 ^ 2 + C26 ^ 2 + C27 ^ 2 + C28 ^ 2 + C29 ^ 2 + C30 ^ 2 + C31 ^ 2 + C32 ^ 2 + C33 ^ 2 + C34 ^ 2 + C35 ^ 2 + C36 ^ 2 + C37 ^ 2 + C38 ^ 2 + C39 ^ 2 + C40 ^ 2 + C41 ^ 2 + C42 ^ 2 + C43 ^ 2 + C44 ^ 2 + C45 ^ 2 + C46 ^ 2 + C47 ^ 2 + C48 ^ 2 + C49 ^ 2 - 50 * AVGC50 ^ 2) / 50))) / AVGC20



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
a3ctrader
Posted : Thursday, May 5, 2016 8:22:17 PM
Registered User
Joined: 11/2/2015
Posts: 28

Can you also please help me with the following additional period settings?

 

(Bottom - Top) / Middle Bollinger Band(10 SMA,1.9 SD)

 

Where...

 

Bottom = abs(Lower Bollinger Band(10 SMA,1.9 SD) - Lower Bollinger Band(20 SMA,2 SD))

 

Top = abs(Upper Bollinger Band(10 SMA,1.9 SD) - Upper Bollinger Band(20 SMA,2 SD))

 

SD = Standard Deviation

 

Thank you for your continued help.

Bruce_L
Posted : Friday, May 6, 2016 9:26:48 AM


Worden Trainer

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

Please try the following Indicator Formula as the Formula in a Custom PCF Indicator.

(ABS(AVGC10 - 1.9 * 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) / 10) - AVGC20 + 2 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 - 20 * AVGC20 ^ 2) / 20)) - ABS(AVGC10 + 1.9 * 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) / 10) - AVGC20 - 2 * SQR(ABS(C ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 - 20 * AVGC20 ^ 2) / 20))) / AVGC10



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
akadre20
Posted : Sunday, December 18, 2016 3:19:04 AM
Registered User
Joined: 9/17/2014
Posts: 18

What's the forumla for Upper Bollinger Band (20 SMA, 0.5 SD) at Close yesterday and Open today? Thanks

akadre20
Posted : Sunday, December 18, 2016 3:22:45 AM
Registered User
Joined: 9/17/2014
Posts: 18

QUOTE (akadre20)

What's the forumla for Upper Bollinger Band (20 SMA, 0.5 SD) at Close yesterday and Open today? Thanks

And forumla for Upper Bollinger Band (20 EMA, 0.5 SD) at Close yesterday and Open today? Thanks

Bruce_L
Posted : Monday, December 19, 2016 10:04:53 AM


Worden Trainer

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

The simple upper Bollinger Band 20,.5 at yesterday's close would be the following.

AVGC20.1 + .5 * SQR(ABS(C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 + C20 ^ 2 - 20 * AVGC20.1 ^ 2) / 20)

The exponential upper Bollinger Band 20,.5 at yesterday's close would be the following.

XAVGC20.1 + .5 * SQR(ABS(C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 + C20 ^ 2 - 20 * AVGC20.1 ^ 2) / 20)

The simple upper Bollinger Band 20,.5 at open today would be the following.

(O + 19 * AVGC19.1) / 20 + .5 * SQR(ABS(O ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 - 20 * ((O + 19 * AVGC19.1) / 20) ^ 2) / 20)

The exponential upper Bollinger Band 20,.5 at open today would be the following.

(2 * O + 19 * XAVGC20.1) / 21 + .5 * SQR(ABS(O ^ 2 + C1 ^ 2 + C2 ^ 2 + C3 ^ 2 + C4 ^ 2 + C5 ^ 2 + C6 ^ 2 + C7 ^ 2 + C8 ^ 2 + C9 ^ 2 + C10 ^ 2 + C11 ^ 2 + C12 ^ 2 + C13 ^ 2 + C14 ^ 2 + C15 ^ 2 + C16 ^ 2 + C17 ^ 2 + C18 ^ 2 + C19 ^ 2 - 20 * ((O + 19 * AVGC19.1) / 20) ^ 2) / 20)



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