Using turn off block
-
When Block is turned off, will program skip that block and execute next connected block or leave until next pass? If I turn off 1, 65 and 141 blocks and turn on 7, will program execute from block 7 and ignore all blocks coming from 1?

-
next connected blocks are not executed ...
if you turn off 1,65,141,7 nothing is executed
if you turn off 1,65,141 and turn on 7, only blocks in right group in your picture are executed -
Maybe I found a bug, because first array of blocks act as filter and second does trading until conditions are met. But trace activity blocks are always active, so this situation raised my question. And strangely no trade block does nor work, because EA opens multiple trades.

-
this "no trade" depends on how you set inside filter where is
"buy or sell"
"only buy"
"only sell"
as you can see, this "buy or sell" can be your issue, better if you separate it into two blocks as "only buy" "only sell" ... -
I recreated my project and found that mistake was check profit block.
