Firstly, I strongly recommend you to specify candle ID 1 in all condition blocks. Having candle ID 0 as now can create weird results.
Your 'no trade' block is stopping ALL trades once a buy or a sell is opened. This means that if a buy is open, no sell will be opened until the buy is closed. Is that intended? If not, two different 'no trade' blocks should be used, one for buys and another one for sells.