Just a question
-
I have made an EA that does nothing at all. Except it contains all blocks of the whole program. Just a way for me to have a complete overview on the screen.
Now I noticed that the flip flop condition has been removed in the 064 update.
Question 1: Any reason for that because I like it a lot.
Question 2: I still have it in my overall EA
and its still working perfect but is it possible that one off the blocks I have saved in my all in one EA not going to work anymore in the future??? -
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 nowAnd 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.