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

Re: MACD Indicators



PureBytes Links

Trading Reference Links

Steve, many thanks.

----- Original Message -----
From: Steve Karnish
To: metastock@xxxxxxxxxxxxx
Sent: Saturday, May 19, 2001 9:53 PM
Subject: Re: MACD Indicators


Gene,

Substitute the "numbers" to suit your needs:

shortperiods:=Input("Enter the shorter DEMA periods:  ",3,21,13);
longperiods:=Input("Enter the longer DEMA periods:  ",21,55,34);
signal:=Input("Enter the number of signal line periods:  ",3,55,8);
Dema(C,shortperiods)-Dema(C,longperiods);
Mov(Dema(C,shortperiods)-Dema(C,longperiods),signal,E)

Steve Karnish, CTA
Cedar Creek Trading
http://www.cedarcreektrading.com
----- Original Message -----
From: Gene Ricci
To: metastock@xxxxxxxxxxxxx
Sent: Saturday, May 19, 2001 5:12 PM
Subject: MACD Indicators


Does anyone know the definiton of MACD (TEMA smoothed) and MACD (DEMA
smoothed)?

Thanks,
Gene