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

bollinger width extend Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
stockscience
Posted : Wednesday, January 10, 2018 2:29:55 PM
Registered User
Joined: 6/26/2011
Posts: 128

Hi Bruce:

      Is it possible to know what bollinger%(12,2,simple) will be at the beginning of the

next period if there is no further price change in this period?   It seems that it

would be some calculation based on the last 11 periods.

 

Bruce_L
Posted : Wednesday, January 10, 2018 2:48:34 PM


Worden Trainer

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

Please try the following.

(C - (SUM(C, 11) + C) / 12) / 4 / SQR(ABS((SUM(C ^ 2, 11) + C ^ 2 - (SUM(C, 11) + C) ^ 2 / 12) / 12)) + .5



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
stockscience
Posted : Wednesday, January 10, 2018 3:11:46 PM
Registered User
Joined: 6/26/2011
Posts: 128

Nice... It allows us to track bollinger% intra-bar. :)

 

0002ct
Posted : Friday, January 12, 2018 9:43:18 AM
Registered User
Joined: 11/19/2015
Posts: 459

Hello. I'm intrigued by this. What is this doing, please? Is this projecting a bollinger line forward?

0002ct
Posted : Monday, January 22, 2018 10:19:17 AM
Registered User
Joined: 11/19/2015
Posts: 459

Hello. Apologies for jumping back to this, but I was hoping to get an understanding of that this formula is doing. Thank you very much.

Bruce_L
Posted : Monday, January 22, 2018 1:15:08 PM


Worden Trainer

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

All it does it tell you what the simple Bollinger Band %B 12, 2.00 would be at the open of the next bar if price doesn't change between now and then.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
0002ct
Posted : Tuesday, January 23, 2018 9:31:51 AM
Registered User
Joined: 11/19/2015
Posts: 459

Thank you, Bruce. I appreciate it.

Bruce_L
Posted : Wednesday, January 24, 2018 9:25:25 AM


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.