Trying to have EA trade multiple pairs
-
I'm trying to get my EA to excute trades in multiple pairs its not working. I'm using a blocks that allows me to list multiple pairs separate by a comma and not working. Ive tried the condition block and the buy and sell blocks and its not working. It seems to only work on whatever chart you have open.
-
@ankhael Can you please share the link to the project?
-
I didn't know you could share links to project. How can I do that?
-
@ankhael Project page, projects, create shared link, open in web page, copy and paste here.
-
-
@ankhael Remove the and block and just have 1 above the other, you want each block to compare each symbol, then pass if true, not sure if this is the correct way to do this.
-
@ankhael Your symbols selection seems correct. However, jstap is right. Do you need a buy and a sell open at the exact same time when both conditions are true?
-
thanks! and It seems to work only if I create separate condition blocks and trade blocks for the pairs instead of using one condition block with all pairs listed using commas. I figured out how to use the AND block. However the feature using 1 condition block and 1 trade block to track conditions and place trades using multiple pairs separate by commas seems not to be working or maybe I haven't figured it out.
-
@ankhael Can you please share the latest version?