How to make trailing stop continue to be active when the ea is deactivated from certain pair?
-
When I deactivate EA from some Pairs for the next week, but there are already some positions activated for that pair by the EA, I would the trailing stop to continue to be active for those positions even after I deactivate the EA for that pair for the moment. Any idea how to do this?
-
In MT there is some Trailing Stop option that you can set manually:

I actually never tested this option and I don't know how good it works
In the EA... the EA is controlled by MetaTrader and when you remove the EA from the chart, it doesn't work anymore. But I guess you can make another EA that only does trailing stop. -
@fxdreema the problem is that I want it to trail sell positions from the previous week and the next week I wan't it to open only buy positions... the problem is that the EA for trailling on the same chart for the same pair will affect all the positions buys or sells. Is it posible the EA to trail stoploss but for reference to take the highest price for that day or the lowest price for that day for sells???
-
You are talking about "Reference price" that is Ask or Bid? If the price makes a new high this day, the trailing stop block should move SL according to this price.