Hello guys, plz can someone help with this two errors and one wornings
error 1: '{' - unbalanced parentheses
void OnTick() {
Error 2:
'}' - unexpected end of program
// Close all open trades
CloseAll();
}
Warnings :
truncation of constant value
Best regards ):
Do you really expect an answer? There are no mind readers here and our crystal balls are cracked.
How To Ask Questions The Smart Way. (2004)
Be precise and informative about your problem
Please use the « code » button to add code to your posts.
Thank you My friend, Plz do you have any idea to fix this error?
Yes, fix the unbalance parenthesis. This is a basic coding rule.
For every opening brace "{", there must be a corresponding closing brace "}". The same for brackets "()" and square brackets "[]".
Did you code this yourself?
Be aware of the different uses of the words brackets/braces #13.2. (2014)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello guys, plz can someone help with this two errors and one wornings
error 1: '{' - unbalanced parentheses
void OnTick() {
Error 2:
'}' - unexpected end of program
// Close all open trades
CloseAll();
}
Warnings :
truncation of constant value
Best regards ):