Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

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

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

Posted
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

 

I can fix it for you.

Send me pm

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...