SJCFX:
I have already created an input string 'input string IncludeSymbols = "AUDNZDx1,AUDJPYx1,AUDUxx......'
I have tried numerous ways to add the IncludeSymbols input into the above with no success, can someone please help to point me in the right direction? :-)
- You haven't stated a problem, you stated a want.
Show us your attempt
(using CODE button) and state
the nature of your problem.
No free help
urgent help."I have tried numerous" is usually what people say when they haven't tried anything. Why didn't you show us some of your "tried" and state what the problem is?
- Did you try StringSplit to create an array of symbols (from your IncludeSymbols) and loop through the array. What is the problem?
- When you post code please use the CODE button (Alt-S)!
(For large amounts of code, attach it.)
Please edit
your (original) post.
General rules and best pratices of the Forum. - General - MQL5 programming forum
Messages Editor
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi all,
My first post here after standing on the sidelines. I'm more from a markets side rather than a coder/developer so apologies in advance for any shockers!
I'm trying to amend a data screen technical indicator, currently the indicator displays all symbols in my MarketWatch thanks to 'SymbolsTotal', however i would like to display currency pairs defined as an input by the user.
Below is the snippet of the current code defining this function:
void DrawScanner()
}
I have already created an input string 'input string IncludeSymbols = "AUDNZDx1,AUDJPYx1,AUDUxx......'
I have tried numerous ways to add the IncludeSymbols input into the above with no success, can someone please help to point me in the right direction? :-)