Check conditions on multiple symbols
-
Hello everyone, I would like to review a condition in multiple symbols to enter the market, I have tested the ea in backtesting and I am not sure that it works correctly.
Could you check the example to see if it is correct and should be configured as such, or are there other options?
I leave an example link of what I have configured in the ea, it is only an example:
https://fxdreema.com/shared/dyrU3Lwfe
I'm also not sure it works in backtesting.
Any recommendation in this regard will be of great help.
Thank you all!
-
@traderline The logic is correct. However, be sure that Constant is of a string type and that all symbols are comma separated. Then it will work for sure.
-
@l-andorrà said in Check conditions on multiple symbols:
string
That's right, I have configured it as you mentioned


I have tried it in demo, and it does not work correctly, it opens a trade and the condition is not met in all pairs. Do you know what the problem can be?