block problem: Set "Current Market" for next blocks
-
after inserting the block: set "Current Market" for next blocks, the EA gives me this error... WHY???


-
Can you please share the link to the project?
-
The zero division error shown in your journal seems not related to the Current Market block
-
And this is why reviewing the blocks would definitely help.

-
I discovered that on mt4 I cannot perform the backtest on multiple pairs, so that block is useless and should be fixed... I wanted to do 1 backtest on multiple pairs, having only 1 chart open, moving in such a way as to make the EA on multiple pairs but being connected to only 1 chart.
-
@dadilula As you said, the MT4 platform does not allow multi-pair backtesting, it allows multi-pair live trading instead, so in this case that block is useful. MT5 platform on the other hand also allows multi-pair backtesting.
-
@dadilula Exactly. It is not fxDrteema's fault, but MT4's design.
-
@l-andorrà @AMBROGIO perfect thank you all