Hi,
I have just downloaded v11 to give it a go and and translated an EFS I wrote across from v10 that works with no problems in v10.6.
However when applying it to the chart I get this error message:
C:/Users/Adina01/Documents/Interactive Data/Formulas/My Formulas/ButtonsToFiles.efs, line 63: Error: Unable to call function atr from context: "global"
"
Now line 63 is defined between premain() and main() and is simply...
var xATR=atr(14); //take the atr over the last x days
When I use the normal atr EFS it works fine.
Are there going to be lots of issues transferring across EFS or am i doing something wrong/different in the new version.
thanks
I have just downloaded v11 to give it a go and and translated an EFS I wrote across from v10 that works with no problems in v10.6.
However when applying it to the chart I get this error message:
C:/Users/Adina01/Documents/Interactive Data/Formulas/My Formulas/ButtonsToFiles.efs, line 63: Error: Unable to call function atr from context: "global"
"
Now line 63 is defined between premain() and main() and is simply...
var xATR=atr(14); //take the atr over the last x days
When I use the normal atr EFS it works fine.
Are there going to be lots of issues transferring across EFS or am i doing something wrong/different in the new version.
thanks
Comment