I installed esignal v 11.7.3330 x64 and i am getting error when calling function GetElliottStudy in my EFS. the code works fine in esignal 10.6
is GetElliottStudy function not available in v 11? or this function was renamed? or i need to do something else?
CODE:
var nNumBars=300;
var nPct4Overlap=0;
var nPct1LenOf3=30;
var nMavg1=5;
var nMavg2=17;
var gAlternate="Long Term";
var vElt = null;
vElt = new GetElliottStudy( nNumBars, nPct4Overlap, nPct1LenOf3, nMavg1, nMavg2, gAlternate );
ERROR: Failed to call 'GetElliottStudy': function is not defined (yet).
Thanks
Ibrahim
is GetElliottStudy function not available in v 11? or this function was renamed? or i need to do something else?
CODE:
var nNumBars=300;
var nPct4Overlap=0;
var nPct1LenOf3=30;
var nMavg1=5;
var nMavg2=17;
var gAlternate="Long Term";
var vElt = null;
vElt = new GetElliottStudy( nNumBars, nPct4Overlap, nPct1LenOf3, nMavg1, nMavg2, gAlternate );
ERROR: Failed to call 'GetElliottStudy': function is not defined (yet).
Thanks
Ibrahim
Comment