Conditional trading pairs
-
Can someone help with an example how I can only trade with 3 Pairs out 6 pairs in my charts. Each of the 6 pairs can trade but only 3 pairs can trade at the same time.
-
Do you mean one only trade per chart or more than 1 per chart at the same time?
-
Thanks for your quick response. I have more than one trade per chart. Each chart has actually up to 3 trades giving up to 9 open trades at any particular moment. For example I have GBPAUD, USDCAD EURAUD, NZDUSD, GBPCHF and EURJPY. If GBPAUD, USDCAD and EURAUD has open trades none of the other pairs can open a trade but GBPAUD, USDCAD and EURAUD can each have 3 trades each.
-
Hi Everyone,
I have seen a similar question in the forum and decided to use some of the ideas posted. It was proposed to use On Trade rather than On tick. What I have created does not work. Please check the link below and correct me where I am wrong. https://fxdreema.com/shared/JoOtd7u2c -
@simba296 Sorry for not seeing your previous reply. I simply missed it. You can control that maximum global number of open trades regardless the chart by using this block and settings:

Additionally, block 154 is not working in that position. Same with blocks 260 and 395. They are loops searching for open trades and they are not executing any action there.
-
@simba296
so you wanna know:
if you already have reached the total allowed number of trades or if you allowed to open any trade (if OrdersTotal(); <max trades) means you are below max trades and can open another
if you are allowed to open trades on the current symbol basically the same but just with the current symbol check.
can look like this:
