PureBytes Links
Trading Reference Links
|
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)
Hope that helps you, Keith. All, correct me if I'm wrong.
Yuwono
At 03:36 PM 8/29/97 -0700, you wrote:
>pleases some. My interest is purely futures and options, not stocks and
>most of you folks seem to be involved with the latter. Before I depart,
>one last question - does anyone know how to create a formula for a 1-2-3
>reversal indicator in Metastock 6.0? I'll hang on for a few days
>for any replies. Regards, Keith.
>
>
>
|