How to set up an oscillator of exiting trades only
Hi,
Can anyone suggest how to set up the EA for exiting trades only? I am thinking it's something like this
Filter - Disabled
Close on - Individual
Hi,
Can anyone suggest how to set up the EA for exiting trades only? I am thinking it's something like this
Filter - Disabled
Close on - Individual
Do you want EA not open new trades?
Just disable "first" checkboxes.
Or do you want EA to close deals by indicator, but not analyze it while opening?
SO, it will close the deal right after opening at some moments? )
Just set the indicator to OPEN trades (like Oscillator >= 80 to open sell), enable "Close on" and EA will close deals on opposite signal (will close SELL when Oscillator <= 20). But it will still check the oscillator on opening.