PureBytes Links
Trading Reference Links
|
Maciej,
Metastock implementation of TEMA and DEMA as defined in TAS&C 1994 Jan. and
Feb. issues:
DEMA: (for 26 periods in this example)
(2*Mov(C,26,E))-Mov(Mov(C,26,E),26,E)
TEMA: (for 26 periods in this example)
((3*Mov(C,26,E))-(3*Mov(Mov(C,26,E),26,E)))+Mov(Mov(Mov(C,26,E),26,E),26,E)
-----Original Message-----
From: Maciej Barszczak <Cyprys@xxxxxxxxxxxxx>
To: MetaStock <metastock@xxxxxxxxxxxxx>
Date: Saturday, November 21, 1998 10:02 AM
Subject: Tema & Dema ?
>
>Hi MS List Subscribers,
>
>Does anybody has a MS 6.0 custom formula for Tema and Dema smoothing ?
>
>Does anybody has managed to build the mechanical trading system with no
>loosing deals (always only profitable trades) ?
>What do you think ?
>
>
|