How I use FXdreema For BackTest Multi Pairs By One EA In The Same Time ? In MT5
-
Hello
I Want How I use FXdreema For BackTest Multi Pairs By One EA In The Same Time In MT5 ?( By Code Or By Option In FXDreema )
Like BackTest For five Symbol In the Same Time Show Me On The Chart like live trader
Like This Video
https://www.youtube.com/watch?time_continue=21&v=_uMETapOFfU
Thank you -
Use the "set current market" block
-
@roar where that ?
Please explain with image or shared link project
And Where I put it Before My Projects or end it -
This, before all other blocks

-
@roar thank you
-
@roar I use this option but dont work like video above
its test for one only symbol not more
-
Can you share your project?
-
@roar thank you again i write number condition 1 then its work

thank you -
Sorry I want Ask About
I want test by create in the some Symbol Double Charts
Then when I write Double Symbol In this Option When Test Show ME on Chart For this Symbol No Two , how I can Do Show Me Two Chart For The Same Symbol
thank you -
I see that in some blocks the Symbol is empty and in other it's "Any Symbol":

So, the idea of "Set Current Market...." is that it makes the following blocks to think that the current symbol is not the current symbol. Let's say you have EURUSD,GBPUSD. Then the block will pass 2 times. The first time it will make the following blocks to think that the current symbol is EURUSD and the second time it will make them think that the Symbol is GBPUSD. But when you use "Any Symbol" for "Check profit", the block will check the profit of all trades from all symbols.