Thank you for your reply.
Your screenshot does not show the full script, but for each open curly bracket: { there must be a matching closing curly bracket: }
If you click on an open bracket, it should be highlighted and show the closing bracket that it is paired with. You may need to add/remove curly braces in order to resolve the error. The error message in your screenshot typically means there is actually an extra curly bracket in your script. If you remove the bracket in line 74, I suspect this might resolve the error.
I have included a screenshot pointing this out, as well as the startY value which you still have set to "- TickSize"
Have a wonderful weekend and please don't hesitate to reach out with any additional questions.


Comment