PureBytes Links
Trading Reference Links
|
Dan,
There are two methods to do this. Plot the standard which has a macd
and a trigger. Then plot a moving average of the trigger by pulling the
MA down from the indicator window.
Or you could write a custom formula. Like this:
MAprd:=Input( "TriggerPeriods",5,30,9);
SMMAprd:=Input( "TriggerPeriods",5,30,9);
YourTrig:=Mov(MACD(),MAprd,E);
SMMA:=Mov(YourTrig,SMMAprd,E);
MACD();YourTrig;SMMA;
Hope this helps,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "gotdmw" <1danmwhite@xxx> wrote:
>
> Does anybody know how to get the regular macd with 2 moving averages
on
> metastock like on website charts, i think it is easier to spot
> divergences on the macd with 2 ma's, it seems like the metastcock
macd
> with 1 ma lags behind, if you look at a website macd there is a huge
> difference bewteen the website macd and the metastock macd, i have
> tried to plot another moving everage on the metastock macd but doesnt
> match. Appreciate any suggestions.
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|