Losing / winning operation
-
How can I do so that as long as there is an operation on profits and the condition is not opened another operation?
But if the operation is losing and the conditions are met if you open an operation.
Gracias. -
You can use the block called "check profits (unrealized)".... pass if profit < 0, allowing new entry.... not pass if profit > 0 .... you may put it under a "if position" block.