Close all Buys & Sells at 5 Period EMA
-
I am coding an mean reversion stratergy and want to close all long and short trades when price comes back to the 5 EMA.
I have done "If Trade" - "Condition Mid price = to 5EMA" - "Close Trade"
But it doesnt seem to work any suggestions welcome
-
Just make it simple.
Price x> ma, close all
Price x< ma, close allUnderstanding how to work with fxdreema is like you giving instruction, explaining to your worker step by step how to do the job.
-
Thanks that works clearly the simpler the better