Set Current Market for next block problem
-
Hi;
I wanna use "Set Current Market for next block" block and i want to write 6 Pairs like EURUSD,GBPUSD ..etc.. and also i want 2 of them can trade at the same time..Also one of them close the trade acording to conditions in EA anotherone can trade.How can I set this ?Pls help. -
@adentist When you say ' i want 2 of them can trade at the same time', do you mean the same 2 all the time or any 2?
And I'm not sure what you mean when one of them is closing trades 'acording to conditions in EA another one can trade'. Could you please be more specific? -
@l-andorrà Thx helping me,Yes I mean i wanna write 6 symbol and i want system to check them and at the same time permission is 2 symbol trade long or short not differs.Symbols can change after closing.
-
@adentist I guess you will be using the same opening conditions for all symbols, right? Then you can do something like this in your buy/sell now blocks:

And then you can limit the maximum open trades to 2 on any symbol by using this:

-
@l-andorrà Thank you so much. Will i use the "Set Current Market for next block" on the top of these blocks?I understood from your explanations that : "Set Current Market for next block" on top then conditions connected then "check trades count block" at the end the "buy block" with settings like you explain..Is this true?