Announcement

Collapse
No announcement yet.

GetElliottStudy. ?

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

  • GetElliottStudy. ?

    hello

    var nMRW = elliott.getValue(GetElliottStudy.MOSTRECENTWAVE);

    GetElliottStudy.? where find i all value Function MOSTRECENTWAVE,WAVE.......?????

    and

    GetElliottStudy.WAVE = 3

    3 = ELLIOTT WAVE 3 ???


    WHERE FIND i all Programming Function reference for Advanced GET Studie ???

    Thanks
    Last edited by finger2; 05-12-2003, 12:57 PM.

  • #2
    Hi,

    You can't, as it is not documented. It works in much the same way that getElliottStudy.Wave does, except that .MostRecentWave will always return a value of the wave number and .Wave will only return a wave number when a wave change is hit (it returns null other than that).

    The advatage to .MostRecentWave is that you can tell if the wavecount changed on you before hitting a trend change.

    Garth
    Garth

    Comment


    • #3
      ok thanks

      WHERE FIND i all Programming Function reference for Advanced GET Studie ???

      Comment


      • #4
        All of the EFS functionality for AGET has not been documented. As has been pointed out in a few other posts, there is a fairly complete list of commands - but it is missing a few things and has no real details on what it does define.

        I figured it all out by trial and error...it isn't all that hard if you know the entry points.

        If you have further questions feel free to ask, I have played with most of the GET releated EFS commands, so I should be able to help.

        Garth
        Garth

        Comment


        • #5
          Detect wave change

          Hi

          Sometimes Elliott Wave the numbering of history bars is changing

          using getValue(GetElliottStudy.WAVE) seem to report only when a new wave start but does not deliver information when the numbering changed and a wave 4 become 3 for example.

          I need this information in a strategy as I want to exit as soon as the numbering changes and I am no longer in the right side of the waves.

          Muly

          Comment

          Working...
          X