Trade only once per condition met
-
Hello everyone,
Please I need help on how to set this up. I want my EA to only pick trades once after a condition is met.
Looking at this image as example, I want the EA to take trade ones when 100ma is below 200ma and the red ball(custom indicator) appears. Which means the ea will disregard all other red balls that may appear after the first trade has been taken. Even after tp or sl. So the ea will wait until that condition is met again and place only one trade when the first red ball shows up.
I hope you understand me. Any assistance rendered will be well appreciated.
@roar @l-andorrĂ , @miro1360 please help me have a look
-
hi
if the red ball is in your condition so you can remove all balls after open position and repaint after other conditions are true -
You can use "flags"
-
@xfire said in Trade only once per condition met:
hi
if the red ball is in your condition so you can remove all balls after open position and repaint after other conditions are true@Xfire I understand your explanation but I dont know which blocks perform those functions you described. Have tried many options but not working. Please advice
-
@lanrayy are you creating an EA for step index?
-
@lanrayy
please share your project by link. it is better to find a idea with your block -
Hi @lanrayy .
Just use the No Trade block on top of your trade structure.