Issue in the "Set current Market for the next blocks" block.
-

I report that this block is not fulfilling its function when it is used in strategies that contain the blocks below:
"Modify Variables"
"Set Flag"
"Check Flag"Example:
The block is able to inform and loop the assets described in it to other blocks of fxdreema, but it is not able to inform / link to these 3 blocks mentioned above, because when it arrives in these blocks the information is not passed on to the blocks following.
These blocks do not seem to comply with the rule imposed by the "set currente market for the next blocs" block, so if they are going to backtest an EA that works with opening and closing orders in several markets at the same time, they realized that the following problems:- Orders being opened and markets that were not listed in the "set current market for the next blocks" block
- Only the first market will meet all EA rules on all tabs, ontick, ontrade for example.
- Everything under one of the 3 blocks informed above will not be executed correctly. Often ignored.
Recommendation:
Backtest one asset at a time and do not use this block.
You may be wasting good results because you believe that your test in more than one currency is failing, however the results presented when testing in more than one currency are wrong. -
@fabiobioware Interesting. Thank you for sharing. I hope the admin fixes it.