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 |

TC2000/11 Kumo breakout PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
subbias
Posted : Tuesday, April 12, 2011 9:34:58 AM
Registered User
Joined: 3/16/2010
Posts: 6
Hi,

I have the following PCF for Kumo Breakout, this gives me all the stocks that are above the cloud, but I would like to find the first candle that breaks out to the upside and also downside.

C > ((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 + (MAXH52.26 + MINL52.26) / 2 + ABS((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 - (MAXH52.26 + MINL52.26) / 2)) / 2

Thanks
Subbu
Bruce_L
Posted : Tuesday, April 12, 2011 9:49:45 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
QUOTE (subbias)
...I would like to find the first candle that breaks out to the upside...

C > ((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 + (MAXH52.26 + MINL52.26) / 2 + ABS((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 - (MAXH52.26 + MINL52.26) / 2)) / 2 AND C1 <= ((MAXH9.27 + MINL9.27 + MAXH26.27 + MINL26.27) / 4 + (MAXH52.27 + MINL52.27) / 2 + ABS((MAXH9.27 + MINL9.27 + MAXH26.27 + MINL26.27) / 4 - (MAXH52.27 + MINL52.27) / 2)) / 2

QUOTE (subbias)
...and also downside.

C < ((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 + (MAXH52.26 + MINL52.26) / 2 - ABS((MAXH9.26 + MINL9.26 + MAXH26.26 + MINL26.26) / 4 - (MAXH52.26 + MINL52.26) / 2)) / 2 AND C1 >= ((MAXH9.27 + MINL9.27 + MAXH26.27 + MINL26.27) / 4 + (MAXH52.27 + MINL52.27) / 2 - ABS((MAXH9.27 + MINL9.27 + MAXH26.27 + MINL26.27) / 4 - (MAXH52.27 + MINL52.27) / 2)) / 2

Min Max PCFs
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
subbias
Posted : Tuesday, April 12, 2011 10:23:27 AM
Registered User
Joined: 3/16/2010
Posts: 6
Thanks Bruce, you are the best.
Bruce_L
Posted : Tuesday, April 12, 2011 10:26:28 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.