condition with a condition
-
i have a question what happens when you have a no trade connected to condition connected to another condition would it just wait on both conditions to be met or would it not work and not pass
-
if the "no trade" block is connected to the orange output and there is no current trades then both the "condition" blocks will trigger. if there is a trade active then the condition blocks wont be activated.
-
Blocs on higher positions within any block tree stop the execution of ALL blocks below if they are not true. In your case, if there is just one open trade right now, no block below the 'no trade' block will be executed.