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

Re: neo - Expert Advisor Advice



PureBytes Links

Trading Reference Links

Hi.
This is an interesting subject.  Using Moving
Averages.  I have been playing with the concept of a single MA 
with a horizontal offset of say 3-7 days.  The Moving Averages would
be 2 using one to assist in defining the High Only for the next day. And
a lower Moving Average using the Low only. to define the next trading day
low.  You could do this by extending the
slope of the 2 moving averages by one day to
the right.
Sorry if this is off subject, the mere mention
of MA's brought back my interest.
BF
neo wrote:
I am trying to build an expert advisor based on MAs.
I am also adding a
trailing point stop based on the hhv function.
How do I keep the stop from flagging again once it has flagged once?
neo