Place the cursor on switch, press F1 and read ..:
the program will further execute the operators of all subsequent variants until the break operator occurs.
so delete the break in case 81:.

Documentation on MQL5: Language Basics / Operators / Break Operator
- www.mql5.com
Break Operator - Operators - Language Basics - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5

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
I have many switch case statement
Now in the above code if case 81 is true, then i want it to jump to case 82
How can i do that?