I ve created an variable wasStoped = true, which is set up true on onExecution method, when name of execution == Stop loss. Aparently, the wasStoped scheme is working well, however as the new order generator is already activated (the strategy is short, and there is a new position short ready to go, not generated due to EntriesPerDirection = 1), the strategy opens another unwanted position even with wasStoped == true.
Is a more secure way to avoid open the same position when stoped?

Comment