Create an array of symbols instead of one big string.
MT4: Learn to code it.
MT5: Begin learning to code it.
If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.
Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
Hiring to write script - General - MQL5 programming forum (2019)
We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
No free help (2017)
MT4: Learn to code it.
MT5: Begin learning to code it.
If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.
Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
Hiring to write script - General - MQL5 programming forum (2019)
We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
No free help (2017)
i don't need a long story for a small function. just show me a sample. I'm a developer but i know how can i find a short way to code. i don't need to a learn C++ for a small EA
Thank you
i don't need a long story for a small function. just show me a sample. I'm a developer but i know how can i find a short way to code. i don't need to a learn C++ for a small EA
Thank you
Then search how to create an array? No point writing what you can't troubleshoot if there is error.
It would have been better to write the code instead of giving advice.
I take this problem easily and without knowing c++
Now I'm telling you to know the difference between a coder and a beginner.
smy1=StringConcatenate(smy1,SymbolName(ii,true),"\n"); ii=ii+1;
I just took the code out of the loop and used the data each time and re-executed the code. It may not sound good, but it was enough for me.
Thank you for your help!!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
Please help me for get line by line symboles name form this string array.
i want get symbol name from "ListSymbols" and put in a variabel and after proccess get next name .
Thank you