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

signal box Fixing



PureBytes Links

Trading Reference Links

Sorry mike. I do cut and paste but it looks like I don't push the second
Ctrl-V
correctly. I hope I do it right now. But I don't trade and learn this system.

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)

Yuwono

At 08:10 PM 8/31/97 -0400, you wrote:
>On Mon, 01 Sep 1997 06:52:11 +0700 Yuwono Thamrin <satria@xxxxxxxxxxxx>
>writes:
>>1-2-3 Reversal System
>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 
>
>
>