
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
negligible
My example is wrong.
My example is wrong.
ArraySort return false for string[].
ArraySort return false for string[].
Yup... just use the Set collection.. it's easy and fast.
Forum on trading, automated trading systems and testing trading strategies
How to count how many currency pair(s) running with active order(s)
nicholishen, 2018.02.05 21:46
Alternative (not for string[])
Alternative (not for string[])
Alternative(any data-type)
There is no such positions total in MT4.
Simplify your condition: i <= n-1 is the same as i < n.
Sorry,i thought i was in mt5 session.
The easiest way is to use a set collection....
Thank you very much. its works nicely!
The Easy and fast was what I stated in #1
The Easy and fast was what I stated in #1
Hello Mr Whroeder,
Thanks for all you do, and thank you for sharing your code snippet. Unfortunately I'm not able to compile your example (4 errors). Also, I do have some questions for which I hoped you could provide some clarity. First, would you mind explaining the difference between your method and the one that nicholishen proposed? It seems easier to me to use CArrayString in this context. Is there a material difference in your code?
This is my adaptation of nicholishen's example~
I'm very confused with some patterns in your example. Would you mind sharing your explanation?
2. Why use a separated funtion instead of a nested for loop?
Best regards,
SB