Jump to content

[REQ] Code for EA, for all pairs like EURUSD, EURUSDx, EURUSDxx or EURUSDxxx


Recommended Posts

Hello,

hre is an EA that only trades for pairs like EURUSD.

But it should also be able to trade pairs like EURUSDx, EURUSDxx or EURUSDxxx

 

EA download is here:

http://depositfiles.com/files/6xsxwl7nj

 

thx in advanc

newbee

 

extern string Symbol1 = "GBPJPY";

extern string Symbol2 = "CHFJPY";

 

Simply type in th eproper curency symbol for the broker

 

Pheniox

Link to comment
Share on other sites

extern string Symbol1 = "GBPJPY";

extern string Symbol2 = "CHFJPY";

 

Simply type in th eproper curency symbol for the broker

 

Pheniox

 

Ok, did what you wrote, entered

extern string Symbol1 = "GBPJPYb";

extern string Symbol2 = "CHFJPYb";

 

but still the same error message.

Edited by newbee
mistyped
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...