PureBytes Links
Trading Reference Links
|
Charles,
I am familiar with her work and have traded some of her set-ups. The
"fast" line of the MACD is a 3-period simple moving average minus a
10-period simple moving average. The "slow" line is the 16-period
moving average of the "fast" line. I am not familiar with Ensign, but
my Metastock code is:
Mov(C,3,S)-Mov(C,10,S)
I then drop a 16-period sma on top of it. Hope this helps.
Bill Bancroft
charles meyer wrote:
> Linda uses the following parameters on the MACD: 3, 10, 16.
> Is anyone out there sufficiently familiar with her work that can
> define the mathmatical expression for each of these numbers?
> Embarassing, but I can't seem to replicate her charts with
> my software and I don't understand the definitions used in my
> manual. One number represents what she calls the 'fast'
> (short) moving average, one number represents what she calls
> the 'slow' moving average (long).....and this is where I'm lost.
> I don't know in which order to enter the numbers on my system
> setup screen. I have tried different permutations but my chart
> doesn't look like the one from her. At this point, I just don't
> understand why my chart doesn't look like hers. If necessary,
> I can fax pictures of her MACD charts. Thank you.
>
> Charles.
>
|