'elo!
I am using sth like
MAPrevious
MACurrent
PipsForRange
if ((MAPrevious PipsForRange * Point) gt; MACurrent) SignalSell
and vice versa for buy.
MA price ought to be Open, otherwise you get whipsaw. Therefore, when MA is close flat, don't trade - so you need to figure it out just how much PipsForRange ought to be for some pair you trade. If slope is being shown by MA, GO, GO, GO!
I also discovered it's quite usefull to utilize at least 2 time frames - range is defined on ex. D1 (filter), white transactions are taken on ex 4H (a different filter). Signal is
if (BarPrevOpen gt; BarPrevClose) SignalSell.
And I also utilize PipsFromOpen -if price goes above or under the OpenCurrentDay PipsFromOpen - SignalTrade, otherwise it's thought of as Ranging Market.
Just not shure if Open[0] is for current bar of current chart TF or Open Daily price?
GotId proceed,
Enjoy fun,
Simon




Reply With Quote