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

Bullish Kicker Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
davidb11
Posted : Tuesday, April 2, 2013 5:34:17 AM
Registered User
Joined: 9/24/2009
Posts: 9

I'm trying to write this formula for a Bullish Kicker but continue receiving an error.  Can you assist me please? 

Bullish Kicker
(O3-C3)/((.001+(H3-L3))>0.6)AND(O2-C2)/((.001+(H2-L2))>0.6)AND(O1-C1)/((.001+(H1-L1))>0.6)AND(C3<O3)AND(C2<O2)AND(C1<O1)AND(C>O)AND(O2<C3)AND(O1<C2)AND(O>O1)AND(C-O)/((.001+(H-L))>0.6)

Also, would you have a formula for a Dark Cloud Cover? 

 

Thanks in advance.

Dave

Bruce_L
Posted : Tuesday, April 2, 2013 8:01:20 AM


Worden Trainer

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

The Bullish Kicking candlestick pattern from the Boolean PCFs for Candlestick Patterns topic is:

O3 - C3 > .6 * (H3 - L3) AND O2 - C2 > .6 * (H2 - L2) AND O1 - C1 > .6 * (H1 - L1) AND C3 < O3 AND C2 < O2 AND C1 < O1 AND C > O AND O2 < C3 AND O1 < C2 AND O > O1 AND C - O > .6 * (H - L)

The Bearish Dark Cloud Cover candlestick pattern from the same topic is:

ABS(C1-O1) > .5 * (H1 - L1) AND C1 > O1 AND O > H1 AND C < (C1 + O1) / 2 AND C > O1



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
esc952
Posted : Wednesday, April 3, 2013 1:37:55 AM
Registered User
Joined: 2/11/2013
Posts: 78

There is more than one way to skin a cat.  Here is my Kicker PCF.

 

MAXC10.1 > MAXC5.1 AND
MAXC5.1 > C1 AND
O1 > C1 AND 
O1 - C1 >= (H1 - L1 ) * 0.5 AND
O >= O1 AND 
C > O 
 
I also include code for up-turning stochastics and limit results to over 200,000 minimum hte last 63 days.
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.