This is the parameters for efs():
myVar = efs( "myCustomEFS.efs", 0, sym( "IBM,15" ), 20, 5 );
I'm having an error return: Formula file not found. Do I have to include the entire path to the efs in parantheses?("C:\Program Files\eSignal\Formulas\Downloads\myCustomEFS.efs")
And what is the correct syntax if I do not want to specify a symbol and interval and don't want to override any of myCustomEFS.efs parameters?
efs("C:\Program Files\eSignal\Formulas\Downloads\mycustom.efs", 0, 0, 0, 0);
myVar = efs( "myCustomEFS.efs", 0, sym( "IBM,15" ), 20, 5 );
I'm having an error return: Formula file not found. Do I have to include the entire path to the efs in parantheses?("C:\Program Files\eSignal\Formulas\Downloads\myCustomEFS.efs")
And what is the correct syntax if I do not want to specify a symbol and interval and don't want to override any of myCustomEFS.efs parameters?
efs("C:\Program Files\eSignal\Formulas\Downloads\mycustom.efs", 0, 0, 0, 0);
Comment