EA with ma200
-
Can you guide me to create an EA. Take Ma200 as the center, about 100pip from ma200, sell 1 order. Tp 30pip .If wrong, go to 30pip, add 1 sell order 0.01, so on the ratio of 4 orders (0.01), 3 orders (0.02), 2 orders (0.03), 1 order (0.05)
-
@gggvvvv Do you have any initial project to begin with? I will give a hand.
-
-
@l-andorrà help me fix it:
https://fxdreema.com/shared/VrJYmNfPc -
@gggvvvv Doing it using so many condition blocks will make the EA to open many more trades than planned. You should add a second condition bock on each branch limiting the pip range to be applied. For example, you can specify the minimum pip range for the segment is it supposed to be active. I hope this helps.