PureBytes Links
Trading Reference Links
|
I love this sequential indicator. It helps me making a lot of money.
(I combine with others systems). But I don't use it in MSWin.
I include with this e-mail the formula and expert system file for MSWin ver
6.5.
For others version of MSWin, below are the formulas and for the Expert
system,
please write for yourself (or just change the name of the file from 65 to
60 ???).
Formula:
TDSeqBuySignal
(C < Ref(C,-4) AND
Ref(C,-1) < Ref(C,-5) AND
Ref(C,-2) < Ref(C,-6) AND
Ref(C,-3) < Ref(C,-7) AND
Ref(C,-4) < Ref(C,-8) AND
Ref(C,-5) < Ref(C,-9) AND
Ref(C,-6) < Ref(C,-10) AND
Ref(C,-7) < Ref(C,-11) AND
Ref(C,-8) < Ref(C,-12) )
TDSeqSellSignal
(C > Ref(C,-4) AND
Ref(C,-1) > Ref(C,-5) AND
Ref(C,-2) > Ref(C,-6) AND
Ref(C,-3) > Ref(C,-7) AND
Ref(C,-4) > Ref(C,-8) AND
Ref(C,-5) > Ref(C,-9) AND
Ref(C,-6) > Ref(C,-10) AND
Ref(C,-7) > Ref(C,-11) AND
Ref(C,-8) > Ref(C,-12) )
Hope this help.
Regards,
Yuwono
At 04:51 PM 6/8/98 EDT, you wrote:
>In a message dated 98-06-08 16:25:08 EDT, you write:
>
><< Did anyone ever succeed in coming up with the correct
> metastock formula for the Demark Sequential indicator?
>
> (I have the original ms listserv discussions from late '96/
> early '97 but no one seems to have figured it out......it's
> not on the equis site, nor in the help files....) >>
>
>I would be interested in finding this out also. There are a whole bunch of
>DeMark indicators that would be nice to have in MS
>
>Larry
>
>
Attachment Converted: "c:\eudora\attach\Ms65expt.dta"
Attachment Converted: "c:\eudora\attach\Ms65form4.dta"
|