Announcement

Collapse
No announcement yet.

Unable to call GetElliottStudy

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unable to call GetElliottStudy

    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

  • #2
    Ibrahim
    The GetElliottStudy (along with some other Advanced GET functions) has not been ported to version 11 as of yet
    Alex


    Originally posted by izammar View Post
    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

    Comment


    • #3
      Thanks Alex.

      Any idea when GetElliottStudy will be available in which software release?

      Comment


      • #4
        Ibrahim
        Sorry I don’t have any information as to when eSignal will make it available
        Alex


        Originally posted by izammar View Post
        Thanks Alex.

        Any idea when GetElliottStudy will be available in which software release?

        Comment

        Working...
        X