[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 112

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
Tested and the result - opened 2 orders and didn't close on profit and didn't open any more.
So this option is not suitable.
So it goes back to my first post - "...incomplete TK".
Parentheses are not necessary at all. But if you do - then the break is inside.
Although... who the fuck cares, it still has to execute.
I thought about {...} in case by analogy with if. If there is more than 1 action, you need {...}. If the philosophy of the case operator is such that everything (!) is executed after it, then I feel we should remove {...} altogether, like:
Everything is performed before the break, otherwise default.
i.e.
{...} is implied from case to break (try output;)).
Yeah, and your code won't compile at all - because of this:
No, variables (and arrays too) can only be passed by reference to a function.