I'm New......! Can someone check if I made it correct!?!
-
https://fxdreema.com/shared/4Jo1kdm3c
Main Idea is 2 plots small and big, rules are when the
5ma cross above the 231ma (big plot) open trade
and in the smaller plot (5 with 40) when the
5ma cross above the 40ma it opens a new extra trade everytime, inside the small plot when the 5ma cross below the 40ma it closes every losing trade and if in the big plot the 5ma cross below the 231ma it closes all buy trades and opens one in the new direction.!!!
and if a open manually one counter trade if i see divergence in the rsi, the EA will apply this rules?
-
In your project I don't understand why you have "If trade" blocks instead of "No trade". "If trade" passes when at least 1 trade exists, but initially you have 0, so how can it ever pass?
Block 41 and block 2 - you can't have both crossovers at the same time. In block 41 better use > instead of x>. When MA5 is > MA231, this means that the last cross was x>, and you don't really care when that happened.