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 |

Numerical column Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
kerryh1959
Posted : Monday, August 7, 2017 5:02:39 PM
Registered User
Joined: 9/20/2005
Posts: 149

I need a formula that will give me a numerical column for this formula (((MAXC21-L)/MAXC21) * 100) where it is positioned within the bollinger bands. Thanks in advance.

Bruce_L
Posted : Tuesday, August 8, 2017 10:07:57 AM


Worden Trainer

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

The following assumes simple Bollinger Bands 20, 2.00 as applied to the formula with 0 as the bottom and 100 as the top.

100 * ((1 - L / MAXC21 - AVG(1 - L / MAXC21, 20)) / 4 / SQR(ABS(SUM((1 - L / MAXC21) ^ 2, 20)- 20 * AVG(1 - L / MAXC21, 20) ^ 2) / 20) + .5)



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