Conditions in parallel or series
-
Guys
I have a Time bomb and a number of conditions with switches for the conditions. Even when I turn on all the conditions the Time bomb is still firing trades even the conditions aren't meant. Is it because the conditions look as though they are parallel? I don't want any trades firing except they conditions are met.
I used to chain them up in series however that too created trades even when conditions weren't met hence this was the recommended solution.
https://fxdreema.com/shared/XF7eFXobb -
Your current distribution of blocks means that when ANY condition on blocks 10, 5 and 12 are true, a buy will be open. So yes, positioning them on parallel has that effect. Did you try to choose cond 1, cond 2 and cond 3 as false when setting your input parameters? That is the only way not a single trade should be open.