PureBytes Links
Trading Reference Links
|
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, CTACedar Creek Trading<A
href="http://www.cedarcreektrading.com">http://www.cedarcreektrading.com
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Gene Ricci
To: <A
href="mailto:metastock@xxxxxxxxxxxxx"
title=metastock@xxxxxxxxxxxxx>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
|