';' - open parenthesis expected error in MQL5
I'm getting the above error for the code: int totalBars = Bars;
and
'waveCountLookback' - undeclared identifier
I'm getting the above error for the code: int lookBack = waveCountLookback;
What's the solution for the 2 above errors?