I can successfully write an EFS formula using the builtin functions like stochastics but I don't seem to be able to use the AGET XTL Study. When the formula executes:
var xtlStudy = GetXTLStudy( 35 );
I get the error mentioned in the subject line. I have the latest esignal 10.1.1291.910 and I can see AGET indicators on my charts. Am I missing something that needs to be installed to use the AGET EFS functions? Can you provide a working example of using GetXTLStudy()?
var xtlStudy = GetXTLStudy( 35 );
I get the error mentioned in the subject line. I have the latest esignal 10.1.1291.910 and I can see AGET indicators on my charts. Am I missing something that needs to be installed to use the AGET EFS functions? Can you provide a working example of using GetXTLStudy()?
Comment