|
Friday, 22 May 2009 17:58 |
|
I have an EA that rules/logic needs fixing.
EMA(5) - RED
EMA(10) - Purple
EMA(14) - Orange
EMA(21) - Blue
EMA(50) - Yellow
What I need to be done is simple.
If the red line-EMA(5) goes down through all the other lines and the yellow-EMA(50) is the
last line on the bottom then you sell. (when reach set amount gap in pips)
If the red line-EMA(5) goes up through all the other lines and the yellow -EMA(50) is last
line on top the you buy. (when reach set amount gap in pips)
In both situation the yellow has to be the last line it goes through by set amount gap in pips
to execute the order.
Now this has to happen on the M15 chart.
On the M15 and H1 with the VerifyTrend Option.
On the M15, H1, H4. Daily with the AditionalTimeFrame Option
Please see attachment with my EA, graphic example(sell condition), and template sample.
http://www.inabalance.com/FixEA.rar
|