[REQ] Simple EA for testing purposes

 

Hi all,

I'm in need of an EA to help me test the viability of a system. Luckily it's quite simple. I'll be testing on range bars and perhaps renko bars. the idea looks good visually counting back 100 trades. I'd like to give it some more backtesting.

Indicator is attached. It's based on the GRaB candles concept.

Buy: When bar closes green

Sell: When bar closes red

TP: Defined in pips in the EA inputs (default to 20 pips)

SL: Defined in pips in the EA inputs (default to 20 pips)

MM: Defined in account % in the EA inputs (default to 3%)

Is this possible for somebody to knock together for me, hopefully it would fit with somebody's stashed template and be relatively easy to construct for me.

Once I've done a bit more vigorous back testing and seen some more viability, I'll post the whole system up here for further testing both back and forward.

Thanks in advance

Stuart

Files:
Candles-2.mq4  9 kb
 

I could do this for you. Please PM me if interested.

 

yeah its quite simple logic basing on open and close prices if close>open then the bar ended in green and vice versa....i guess if combined with volatility filter ..that would yield fine scalper ea