PureBytes Links
Trading Reference Links
|
Mike, The parameters should be 7 and 31 days. This must be put in as
Custom Indicators. It is used against a Comparative Relative Strength
Line of the two funds, FSVLX v FLTMX. These are both Fidelity Fund.
Just use Look Up in Explorer when you create the new file.
michael.arnoldi@xxxxxxxx wrote:
>
> It is simply a Histogram of a
> >Macd of a Comparative Relative Strength line (not the customary Macd
> >Histogram that tracks the crossing of the trigger line but one that
> >tracks the Macd crossing of the 0 line.)
>
> do you have any formula that can be used in metastock ?
> i use:-
> buy:
> (MACD())-Mov(MACD(),9,E)>0
> sell:
> (MACD())-Mov(MACD(),9,E)<0
>
> is this different from what you read ?
>
> what is FSVLX & FLTMX ?
>
> mike
|