
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
Thank you for taking the time with your explanations. I'm still confused why you are adding extra layers of complexity by redefining the data-types. The variable name itself should be the self-documenting component, no?
int count;
versus
why?
It seems both redundant and confusing... programmer has to remember that "COUNT" is really an "int". I'm still trying to understand what is benefit? It only looks like extra layers of complexity to me and no benefits. I'm sorry for my bad English. I hope that made sense.
That won't work.
If the loop finds GBPUSD,EURUSD,GBPUSD it will count 3 instead of 2.
In this way it can works.
In this way it can works.
In this way it can works.
Just fixed a little mistake .
Thanks