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 |

Topping Tails Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
winwon
Posted : Saturday, May 30, 2009 5:47:03 PM
Registered User
Joined: 11/19/2004
Posts: 130
Worden:

tails 55%+
(O >= (((H - L) * .55) + L)) AND (C >= (((H - L) * .55) + L))  AND
(O1 >= (((H1 - L1) * .55) + L1)) AND (C1 >= (((H1 - L1) * .55) + L1))

The above formula you gave me some time ago works very well for bottoming tails. I want to invert it and have the 55%+ tails on the top of the candlestick instead of the bottom as this formula shows. It seems easy enough to invert it, I tried several times, but to no avail.

Please give me the formula for topping tails.
Thank you.
Bruce_L
Posted : Monday, June 1, 2009 8:39:40 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try the following:

H - (O + C + ABS(O - C)) / 2 >= .55 * (H - L) AND H > L AND
H1 - (O1 + C1 + ABS(O1 - C1)) / 2 >= .55 * (H1 - L1) AND H1 > L1

You may wish to review the following:

How to create a Personal Criteria Forumula (PCF)
PCF Formula Descriptions
Boolean PCFs for Candlestick Patterns
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
winwon
Posted : Monday, June 1, 2009 1:20:42 PM
Registered User
Joined: 11/19/2004
Posts: 130
Bruce
I tried the formula, and it works well
Once again you are the Doctor
Thanks
Bruce_L
Posted : Monday, June 1, 2009 1:21:22 PM


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.