Trading Multiple Pairs with one EA
-
Hey Folks,
I have a question regarding an EA running on multiple pairs simultaneously. There are enough Q&As open that have alraedy well explained how it works. One way to do it, is for example the controlling block "set current market".
Now my question: If I include the "set current market" and add various currency pairs in it, and then afterwards I create a condition, does it mean, that it will look separately on all pairs for the condition to appear? Or will it wait for the condition to appear on one pair, and then simply trade all of the pairs?
here is an example:
https://fxdreema.com/shared/u53JI6DkdFirst Block sets the Markets. Then once per bar, it checks for this MA condition, finally it sells.
Does it separate the condition between the pairs? Example: If the condition is true for EURUSD, will it then only sell EURUSD, or will it also sell the other currency pairs? Similarly: What if the EA runs on the EURUSD pair and the condition appears in AUDUSD, will the EA recognize the condition on AUDUSD, or will it look only for the condition in EURUSD where the EA is running on the chart?I hope I was able to make this clear


-
@danzig55 It should do as all blocks have the place to set symbol.
-
Thank you for your quick reply. I did run some tests. At the time when I was opening this Question, it was not working yet, but now it seems to.
Just to reconfirm: on MT4 I cannot backtest this correct? But on MT5 I can?
-
@danzig55 Correct
-
@danzig55 Hello, in the long term, this will give multiple failures, since it seems to work but it does not do it very well, or to make sure, print values ââof the symbol so you can see that it runs well. What I do is save in 1 multi array the pair and value of what I want to observe. Example would be array[eurusd][rsi = 33] and I get this with print. So use the way you propose it, you go blindly and it will give errors
-
@realjoker Did you ask for permission to publish your channel in the signature to the admin? If not, could you please remove it?
-
@l-andorrĂ please.........the admin has already replied about the signatures, have you forgotten?
https://fxdreema.com/forum/topic/14093/converter-not-working-for-2mb-files-or-larger/6
-
@realjoker
Hi,
I am not sure I understood your response. Are you saying it creates errors? What is the reason for it?
What were you trying to point out this this phrase: array[eurusd][rsi = 33] ?
Sorry I am still new to this stuff
-
@ambrogio thanks
-
@danzig55 If I understand you , what I mean is that you should save the values ââof each pair to be able to know that it works correctly , soon I will upload a tutorial here
-
@ambrogio The key part is this one: '... if they link to something good...'. I prefer the admin to confirm that part, if you don't mind.
-
@l-andorrĂ Please, you don't have to extrapolate what interests you. Please read more. Do you decide if something is good or wrong? Please are you the owner of the site ? If yes you come out into the open, otherwise I ask you as if we were friends, stop being jealous and being a policeman. You are not making a good impression with what you do in this forum. If there is someone who irritates you, write directly to the administrator.
Don't get me wrong. Sincerely.
-
Thans for sharing this information, i Just need some help that when i set 7 pairs in "Current Markete for next blocks, then if i want to set limit to run 2 pairs at a time. how do i set this limit.