1 robot on 1 chart trading X symbols(how?)
-
HELLO.i wrote 2 robots in fxdreema and i ran it on 1 chart.but it trades just the current symbol.but i want to trade 23 symbols and i do not want to open more than 1 chart.because it will be 46 charts and it is so heavy!!!i saw some robots running on 1 chart and trading 28 pairs.how can i determine all my favourite symbols for my robot?what block i must use?
***i tried writing all my symbols in the field of "symbole" in my "conditions blocks",and never traded(yes!!!).now what can i do?please show me the exact block(s) and settings in fxdreema.(1 robot on 1 chart trading X symbols).
where can i set my X (number of symbols)?
thank you so much. -
*EDIT, I stand corrected.
I guess what I meant to say is that is not suggested as you would have to write different code for each pair within the EA, otherwise you would be using the same leverage for EURUSD as you would a JPYCHF...
-
Use this block on the highest position of your project:

You can type all symbols you need comma separated as per in the image. And be sure ALL your blocks are connected BELOW this one. Otherwise it will not work properly.
-
thank you so much.so helpful.
-
@ali-pahlawan You're welcome.