Creating an EA that runs on the background
-
Hi,
I tried creating an EA with specific parameters for specific pairs (i.e EURUSD) and tried running the EA on for example USDJPY chart. It does not work but when I run it on EURUSD chart, it works perfectly.
Can you tell me how I can create an EA with specific conditions for specific pairs and able to run it on any chart? so I don't need to create a specific EA for a specific pair.
Thanks in advance.
-
If you'll only have one trade open for each pair at any time, then you can use the light blue No trade block at the start of each chain.
This will then only pass if there are no trades open for the specified symbol.If you want to have multiple orders open for each symbol then you can create multiple chains, one for each Symbol.
Can you post a link to your Project?
Projects > Create a Shared Copy (web link)There's probably many ways this can be achieved, but the best way will depend on the design of your project.