Re: Bollinger Band Gap
Hi Abhi,
The error appears to be due to the two varables 'fopen' and 'fclose'. The identifiers 'fopen' and 'fclose' are reserved for file operations and cannot be used as variable names. Change them to something else e.g. change fopen to fo and fclose to fc in the AFL and try. It may help.
Regards
-Anant
Hi All,
I am trying to use this formula but its giving me error in Amibroker. Can someone help me out in rectifying the error -
I am getting this error -
Error 29,
Variable "bbtopsell" used without having been initialized
Please help.
Thanks in advance.
Cheers
Abhi
I am trying to use this formula but its giving me error in Amibroker. Can someone help me out in rectifying the error -
I am getting this error -
Error 29,
Variable "bbtopsell" used without having been initialized
Please help.
Thanks in advance.
Cheers
Abhi
The error appears to be due to the two varables 'fopen' and 'fclose'. The identifiers 'fopen' and 'fclose' are reserved for file operations and cannot be used as variable names. Change them to something else e.g. change fopen to fo and fclose to fc in the AFL and try. It may help.
Regards
-Anant