Pause after loss, in Bars
A parameter to specify the minimum interval between (in bars) between trades, after a loss.
Trying to clarify:
When CP is trying to follow a trend and the actual trend is not going as the signals/oscillators predicted it will try to open anther deal as soon as the previous hits SL.
So we would have several deals (usually hitting TP) in loss, what could have been avoided with a set interval between deals
Description:
Add option to have the EA stop opening new orders, once the Stop Loss is hit (either the SL in points or the Global SL in % of balance).
Any open orders will not be affected.
Opening new orders can resume after manual action from the user (e.g. clicking the checkboxes on the GUI).
My reasoning:
I observe in backtesting that very rarely the SL is hit 2 or even 3 times in a row, on highly volatile currencies.
It would be nice to have the option to automatically stop the EA from opening new orders after the 1st SL is hit.
This will give time to re-evaluate the situation.