marc1713006104 Posted October 20, 2011 Report Posted October 20, 2011 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
fxshare Posted October 21, 2011 Report Posted October 21, 2011 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 ..
high_Profit Posted October 22, 2011 Report Posted October 22, 2011 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now