[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Profitable trades



PureBytes Links

Trading Reference Links

Thanks, I'll adjust the "Big Brain".  I'll start posting the "blind" hits 
the systems generates( until someone screams about how much time and space 
it wastes.

Might be nice if we could get a few other folks to post any "published" 
trading systems that are being looked at.

-----Original Message-----
From:	Marilin Larken [SMTP:uscbl@xxxxxxxxxxxxx]
Sent:	Monday, August 17, 1998 12:42 PM
To:	metastock@xxxxxxxxxxxxx
Subject:	RE: Profitable trades

Animal,
1234 Has a recommended minimum of $30.00, PDI(14)<MDI(14), ADX>30
I have the book, so if you have other questions let me know I'll look it 
up.

Marilin

-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Animal
Sent: Friday, August 14, 1998 10:09 AM
To: 'metastock@xxxxxxxxxxxxx'
Subject: RE: Profitable trades


Does anyone know if the Cooper 1234 has a minimum stock value to be
included in the selection criteria.  5 Day Momentum has a $50 min for a buy
and a $40 for a sell.

-----Original Message-----
From:	Christian Baude [SMTP:BAUDECB@xxxxxxxxxxxxx]
Sent:	Thursday, August 13, 1998 5:42 PM
To:	metastock@xxxxxxxxxxxxx
Subject:	Re: Profitable trades

On Wed, 12 Aug 1998 09:34:53 -0500, you wrote:

>What is 1234?

Maybe:

"Hit and Run Trading - The Short-Term Stock Trader's Bible" - by Jeff
Cooper

Cooper 1234

This system requires the following.

1.  The 14-day ADX >=30
2.  The 14-day +DI must be greater than the 14-day -DI
3.  Lastly there must be consecutive days where the closing price is
less than the previous day or the first day is lower and the second
and third day must less than or equat to its previous day.

Formula I called "HAR2" (means "Hit & Run 2," I guess):

 If((ADX(14)>30) AND   ((PDI(14))>(MDI(14))),-1,0)

Formula "OneTwoThreeFour":

 If( (Fml( "HAR2" )=-1) AND  (Fml( "ThreeLL" )=-1) ,-1 ,0 )

Formula "ThreeLL" (three lower lows):

 If( (LOW<Ref(LOW,-1)) AND ((Ref(LOW,-1))<(Ref(LOW,-2))) AND
((Ref(LOW,-2))<(Ref(LOW,-3))),-1,0)

Formula "ThreeHH" (three higher highs):

 If( (HIGH>Ref(HIGH,-1)) AND ((Ref(HIGH,-1))>(Ref(HIGH,-2))) AND
((Ref(HIGH,-2))>(Ref(HIGH,-3))),1,0)

From: Chuck Engstrom <engstrom@xxxxxxx>
====================================================================
{Cooper 1234 buy}

(ADX(14) > 30 AND PDI(14) >  MDI(14)) AND {3 LOWER LOWS IN A ROW}
((L < Ref(L,-1) AND Ref(L,-1) < Ref(L,-2) AND Ref(L,-2) < Ref(L,-3))
OR
{2 LOWER LOWS IN A ROW AND AN INSIDE DAY}
(Ref(L,-2) < Ref(L,-3) AND Ref(L,-1) < Ref(L,-2) AND H <= Ref(H,-1)
AND L >= Ref(L,-1)) OR
{AN INSIDE DAY AND 2 LOWER LOWS}
(Ref((H <= Ref(H,-1) AND (L >= Ref(L,-1))),-2) AND Ref(L,-1) <
Ref(L,-2) AND L < Ref(L,-1)))
---------------------------------------------------------------
{Cooper 1234 sell}

(ADX(14) > 30 AND PDI(14) <  MDI(14)) AND {3 HIGHER HIGHS IN A ROW}
((H > Ref(H,-1) AND Ref(H,-1) > Ref(H,-2) AND Ref(H,-2) > Ref(H,-3))
OR
{2 HIGHER HIGHS IN A ROW AND AN INSIDE DAY}
(Ref(H,-2) > Ref(H,-3) AND  Ref(H,-1) > Ref(H,-2) AND H <= Ref(H,-1)
AND L >= Ref(L,-1)) OR
{AN INSIDE DAY AND 2 HIGHER HIGHS}
(Ref((H <= Ref(H,-1) AND (L >= Ref(L,-1))),-2) AND Ref(H,-1) >
Ref(H,-2) AND H > Ref(H,-1)))

From: "Stephen Danik" <steve_dk@xxxxxxxxxxx>
====================================================================
180 b

C > Mov(C,10,S) AND C > Mov(C,50,S) AND
Ref(C,-1) <= (Ref(L,-1)+(Ref(H-L,-1)*.25)) AND C >=   L + ((H-L) *
.75)

180 s

C < Mov(C,10,S) AND C < Mov(C,50,S) AND
Ref(C,-1) >=   (Ref(L,-1)+(Ref(H-L,-1)*.75)) AND C <=   L + ((H-L) *
.25)
----------
Boomer b

ADX(14) > 30 AND PDI(14) > MDI(14) AND H <= Ref(H,-1) AND Ref(H,-1) <=
Ref(H,-2) AND
L >= Ref(L,-1) AND Ref(L,-1) >= Ref(L,-2)

Boomer s

ADX(14) > 30 AND PDI(14) < MDI(14) AND H <= Ref(H,-1) AND Ref(H,-1) <=
Ref(H,-2) AND
L >= Ref(L,-1) AND Ref(L,-1) >= Ref(L,-2)
----------
Expansion b

C > Ref(HHV(C,42),-1) AND H-L >= Ref(HHV((H-L),9),-1)

Expansion s

C < Ref(LLV(C,42),-1) AND (H-L) >= Ref(HHV((H-L),9),-1)
----------
Pivot b

H-L > Ref(HHV((H-L),9),-1) AND ((L <= Mov(C,50,S)) OR Ref(L,-1) <=
Ref(Mov(C,50,S),-1))
AND C > Mov(C,50,S)

Pivot s

H-L > Ref(HHV((H-L),9),-1) AND ((H >= Mov(C,50,S)) OR Ref(H,-1) >=
Ref(Mov(C,50,S),-1))
AND C < Mov(C,50,S)
----------
Gilligan b

GapDown() AND O < Ref(LLV(L,41),-1) AND C >= ((H+L)/2) AND C >= O

Gilligan s

GapUp() AND O > Ref(HHV(H,41),-1) AND C <= ((H+L)/2) AND C <= O
----------
Lizard b

O >=   L + ((H-L) * .75) AND C >=   L + ((H-L) * .75) AND L <
Ref(LLV(L,9),-1)

Lizard s

O <=   L + ((H-L) * .25) AND C <=   L + ((H-L) * .25) AND H >
Ref(HHV(H,9),-1)
----------
Slingshot b

(Ref(H > Ref(HHV(H,42),-1),-1) AND
L <= (Ref(L,-1) - .125)) OR (Ref(H > Ref(HHV(H,42),-1),-2) AND
Ref(L<=(Ref(L,-2) - .125),-1))

Slingshot s

2ML:=LLV(L,42);
(Ref(L < Ref(2ml,-1),-1) AND
H >= (Ref(H,-1) + .125)) OR (Ref(L < Ref(2ml, -1),-2) AND Ref(H >=
(Ref(H,-2) + .125),-1))
----------
Whoops b

C<Mov(C,10,S) AND C<Mov(C,50,S) AND O<Ref(C,-1)-0.25

Whoops s

C>Mov(C,10,S) AND C>Mov(C,50,S) AND O>Ref(C,-1)+0.25
----------
From: Rob Cloutier <cloutier@xxxxxxxxxxx>, Mullica Hill, NJ

================================================
Courtesy of my "cut & paste" storage software <g>