PureBytes Links
Trading Reference Links
|
On Mon, 01 Sep 1997 06:52:11 +0700 Yuwono Thamrin <satria@xxxxxxxxxxxx>
writes:
>1-2-3 Reversal System
>
>This System was created from the book "How I Tripled My Money In The
>Futures Market"
>by Ulf Jensen, Page 183
>
>Enter Long:
>
>(Ref(C,-2) < Ref(C,-1)) AND
>(Ref(C,-1) < C) AND
>(Ref(Stoch(9,3),-1) < Stoch(9,3)) AND
>(Mov(Stoch(9,3),3,S) < 50)
>
>Enter Short:
>(Ref(C,-2) < Ref(C,-1)) AND
>(Ref(C,-1) < C) AND
>(Ref(Stoch(9,3),-1) < Stoch(9,3)) AND
>(Mov(Stoch(9,3),3,S) < 50)
i tried the formula and found that both generate a buy & a sell at the
same time. looking at the formulas and you will see that they are
identical.
please post the correct version.
mike
|