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 |

condition for breaking the lower band of bollinger band Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
ovjbksfbgos
Posted : Tuesday, September 19, 2017 10:56:03 AM
Registered User
Joined: 5/27/2014
Posts: 12

Hi There,

I am trying to build up a condition for when a certain stock breaks down the lower band of a bollinger band.

I would like to associate that with an alert.

can you please help me with this condition?

is there a ready made formula i can use?

thanks

Andrea

 

Bruce_L
Posted : Tuesday, September 19, 2017 11:12:20 AM


Worden Trainer

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

If you are using simple Bollinger Bands 20, 2.00, a Condition Formula could be written as follows in TC2000 v17.

XDOWN(C, BBBOT(2, 20))

Or as follows in earlier versions of TC2000.

C < 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) AND C1 >= AVGC20.1 - 2 * 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)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
ovjbksfbgos
Posted : Tuesday, September 19, 2017 11:14:25 AM
Registered User
Joined: 5/27/2014
Posts: 12

ok, thanks very much,

I will try it.

 

Bruce_L
Posted : Tuesday, September 19, 2017 11:16:54 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.