How do I add trade on next signal to EA
-
I created an ea based on an indicator. I want EA to trade next signal indicator produce when still having open position
-
Just use Once per bar block on top of your project.
-
@intechs Possibly put the once per block under your conditions, this will make EA check conditions before the once per block.
-
@biztet can I get the sample code from you please
-
No coding needed. Just a block.
