Can anyone code a simple EA ??

Bimbersztyc

Recruit
Messages
2
I would love to do it myself but I'am simply too tired after a days work to learn a programming language :(
Anyway, hopefully someone will be interested to do it and then i could start improving it instead of starting from scratch.

Strategy is very simple it uses just one indicator: CCI(14, HLCC/4)
The idea is:
if CCI was in range between -100 and 100 for at least 30mins and then
if it reaches 100 -> buy
if it reaches -100 -> sell
keep the trade for at least 15mins and then if CCI < 100 close buy or if CCI > -100 close sell
or alternatively strict TP:12pips SL: 10pips

i was testing this manually and it looks promising, would love to backtest with various parameters
 
Last edited:
Back
Top