This block is hidden. I decided to hide it primarily because it gives "independent" signals. I mean...it works for itself and does not care what is going on before and after it. The reason why I created this block was to cover that strategy where you buy-sell-buy-sell, but this can be created with trading blocks as well, and will be more accurate. With "Signals" block, it can give you a signal and then the trading block may fail, and this will corrupt the strategy.
Without Signals block strategy like this looks like:
No buys -> Condition -> Close sells -> Buy now
No sells -> Opposite condition -> Close buys -> Sell now
And you can see that here conditions are checked depending on what trades there are exists right now, and Signals do that no matter what trades exists, if any.
I'm also thinking about hiding "Formula" block š Or to upgrade it somehow.