Help with entering more trades
-
Hi,
I'm trying to attach my EA to one chart and run it on many markets. The problem I'm having is that once it enters a trade on any of the named markets based on my conditions, it will not take any other trades on any other markets until that one is hits TP/SL.
I want each market to only ever have 1 trade open, but for a trade to be open on each market that the conditions are met for.
Here's what I have so far:
https://fxdreema.com/shared/pKeuYFA4
Any ideas if possible?
-
@JayPerezTrading Instead of selecting that 'set current market' block on top of the project you can use many different 'no trade' blocks. Each one specifying the market it is supposed to work on like this:

-
Hi,
Thank you for responding. Do I have to do that for all 36 markets or do I put all the market symbols into this field once?
Once I do this do I simply attach the EA to one chart or would I have to attach it to all charts?
Thanks in advanced!
-
-
Just tested it on various markets. It's not working that way

-
It's okay, I've figured out a way now.
-
@JayPerezTrading Can you share the update
-
@Busagala Yes, the update was to specify just one symbol in the no trade block and any other block you specify symbols.
Then, so I didn't need to create many EAs per symbol I created a string constant named Symbol so I could apply it to each chart and specify the symbol name.
I haven't figured out how to only apply the EA to one chart and for it to trade all symbols on the market watch.
This fix will have to do for now.
-
@JayPerezTrading Congrats!
