sanjay20082016: Please let ,e know how to implement this logic.
- How do you think you implement it? Create a constant array of the symbols, go through the array, one by one until you find a match, or not.
- You have only four choices:
- Search for it,
- learn to code it,
- beg at Coding help - General - MQL5 programming forum or Need help with coding - General - MQL5 programming forum,
- or pay (Freelance) someone to code it.
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,
Below is my alert condition in the code. Now I want to restrict the alert only to a particular list of symbols.
For Eg. if (_symbol={EURUSD, USDCAD, GBPUSD, GBP,JPY, NZDUSD, NZDJPY}) then it should trigger the below code. If the symbol is not in the list then it should not trigger the alert. Please let ,e know how to implement this logic. I would like to provide the symbols as comma separated since it will be a long list.
Thanks,
Sanjay