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

Re: MACD Indicator



PureBytes Links

Trading Reference Links

You build a custom indicator. Like:
Mov(C,8,E) - Mov(C,17,E)-Mov((Mov(C,8,E) - Mov(C,17,E)),9,E)

or
Mov( OscP(8,17,E,%),9,E)

With the new language, you can have an input statement to let you vary the
periods.

MSWIN 6.5 has one of the best help files in the business. Search it often.
Richard Estes

-----Original Message-----
From: Richard Wells <richwells@xxxxxxxxxxxxxxxxxxxxx>
To: metastock-list@xxxxxxxxxxxxx <metastock-list@xxxxxxxxxxxxx>
Date: Friday, February 13, 1998 10:40 AM
Subject: MACD Indicator


>Here's a simple question that displays my ignorance!
>In using the builtin Metastock MACD Indicator, I see it combines the
>MACD signal (set at 9 days) with a Moving Average Indicator.  I want to
>use either a 8,17,9 for buys or 12,25,9 for sells.  How can I do that?
>The moving average properties mentions vertical & horizontal, or some
>such confusion. Thanks
>