Announcement

Collapse
No announcement yet.

GetElliottStudy - wave 5 projections

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

  • GetElliottStudy - wave 5 projections

    I see how to get the wave 5 projections using GetElliottStudy, but is there a way to get the wave 3 projections as well? I've tried things like:

    ElliottWave = new GetElliottStudy(300,17,50,5,35,0);

    var nW3Proj1 = ElliottWave.getValue(GetElliottStudy.W3PROJECTION1 );

    but that doesn't work. Any ideas?

  • #2
    Re: GetElliottStudy - wave 5 projections

    dcook
    To my knowledge the GetElliottStudy() function does not have a method to retrieve the wave 3 projections
    Alex


    Originally posted by dcook
    I see how to get the wave 5 projections using GetElliottStudy, but is there a way to get the wave 3 projections as well? I've tried things like:

    ElliottWave = new GetElliottStudy(300,17,50,5,35,0);

    var nW3Proj1 = ElliottWave.getValue(GetElliottStudy.W3PROJECTION1 );

    but that doesn't work. Any ideas?

    Comment


    • #3
      Thanks for the reply. What value do you put in the parentheses in GetElliottTriggerStudy() to indicate Long Term timeframe?

      Comment


      • #4
        dcook
        The parameter is a Boolean.
        true is for Long Term and false (or no parameter) is for the regular setting
        Alex


        Originally posted by dcook
        Thanks for the reply. What value do you put in the parentheses in GetElliottTriggerStudy() to indicate Long Term timeframe?

        Comment


        • #5
          Once again - thanks!

          One more question: what are the Original, Aggressive, Short Term, and Long Term settings for GetElliottStudy()?

          I believe that the Original settings are:
          GetElliottStudy(300,17,50,5,35,0);

          Aggressive:
          GetElliottStudy(300,17,20,?,?,0);

          Short Term:
          GetElliottStudy(300,17,30,?,?,0);

          Long Term:
          GetElliottStudy(300,17,30,?,?,0);

          Can't seem to figure it out by trial and error.

          Comment


          • #6
            dcook
            I believe the settings are 5,35 for Aggressive, 5,17 for Short and 10,70 for Long
            Alex


            Originally posted by dcook
            Once again - thanks!

            One more question: what are the Original, Aggressive, Short Term, and Long Term settings for GetElliottStudy()?

            I believe that the Original settings are:
            GetElliottStudy(300,17,50,5,35,0);

            Aggressive:
            GetElliottStudy(300,17,20,?,?,0);

            Short Term:
            GetElliottStudy(300,17,30,?,?,0);

            Long Term:
            GetElliottStudy(300,17,30,?,?,0);

            Can't seem to figure it out by trial and error.

            Comment

            Working...
            X