Compilation errors - '::' - syntax error
-
Hi all,
I am getting this error.

https://fxdreema.com/shared/x97hgQsCc
The strange thing is even if I try to compile older EAs that were working before just fine, I'm getting this same error.
This only happens on EAs that run this particular custom indicator.
Neither the EAs or indicator have been modified, and were working fine before.
If I take the .mq4 of the indicator and compile it, it does not give any errors.Not sure how to trace back this syntax error, as it does not mention any details.
Any help or ideas are more than welcome

Thank you.
Kind regards
-
Custom indicator inputs error. You may have use a variable as input
-
Thanks for having a look.
I did use a variable as input (which was working before), but even after removing it, I keep getting the same error -
Its a bug in the custom indicators model. You can try to workaround by setting datatype int for the trend method setting.

-
Thanks a lot for the help.
I tried that but didn't work. Same error.
I will have to keep trying other indicators, this one doesn't seem worth the hassle.Thanks again