Jump to content

Need to add a imput to a EA,can you help please!!!!


marc1713006104

Recommended Posts

i have a ea that only runs on brokers with no prefix EURUSD etc however my broker is EURUSD- is it possible to add in the imputs this function to add a prefix.

The message i,m getting is UNKNOWN SYMBOL NAME EURUSD FOR ORDER SEND FUNCTION.

Best Regards

 

they must have hardcoded symbol names like EURUSD,GBPUSD within the code ..

add an extern/setting variable , extern string symb = "EURUSD-";

replace all instances of "EURUSD" within the code by "symb"

 

or post the code here or pm me. i will modify it for u ..

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...