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

Re: DISPLACED MOVING AVERAGES?



PureBytes Links

Trading Reference Links

:> Displaced Moving Averages are a great trading tool, ask a trader
:> who uses them.
:
:Ok, I'm always interested in learning something new so I'm asking? What
:are they good for?



I used them as a trailing stop.

Inputs: AvgLen(10),Dsp(3);
Vars: Ma(0);

Ma=Xaverage(Close,AvgLen)[dsp]
Exitlong Ma Stop;
Exitshort Ma Stop;