Topic: Independent Exit Execution

As far as I understand at present, the exit conditions for express-generator strategies do not include multiple partial take profit exits with stop losses moved to breakeven or multiple-level stop loss exits with an activation price. I have an EA that will handle these operations for all open positions. Is there a way to either disable the exit conditions or make the exit conditions impossible to hit in the express generator strategy EA's?

Re: Independent Exit Execution

Sure, you can remove the exit rules and add "Do not Exit" as an exit rule indicator instead, then let your other EA handle closing.