No, unfortunately you have to check every variable, condition and action to not interfere to each other (if it's not intended to do).
For example, most of triggers simply check selection's matched amount but in case of several strategies working on the same market it's possible that the bet has been placed from another strategy. So you have to change such condition / variable to another one bound to this strategy / trigger.
In every case it could be easy, hard or even impossible to separate them.