high risk reward ratio strategy need EA

 

hello. ive been trading for close to 6 yrs and have done quite well, but im not really a programmer so im looking at one of the systems i use but need to create an EA so i can see how the strategy performs statistically on different timeframes and also on 12 yr backtest. Im hoping someone with programming skills can help code this one, its not complicated, infact it uses on 2 moving averages and the trade setup is as follows. also see diagram (picture attached) for clarity.

Setup:

6 EMA close with a SHIFT=1 (pink line). This shift value is very important. If this

EMA is above the 26 EMA close with SHIFT=0 (black dashed line) then when a candle

opens above the 6 ema , we enter a buy limit order at the 6 EMA line (blue bold),

with a stop loss 1 pip below the previous candle low (red bold) - this is shown on

examples A, B and C. Take profit can be any defined level. The reverse scenario

applies for Sell orders eg. at C. Include risk based money management or fixed lot

size option, and also include a trailing stop or breakeven.

Reason: