Announcement

Collapse
No announcement yet.

GET study definitions and return values

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

  • GET study definitions and return values

    Is there a place where I can find the description and return values/range for the GET studies?

    In particular...
    1) GetStochStudy.MARKS
    2) getValue(GetOscStudy.OSC)
    3) getValue(GetOscStudy.UP)
    4) getValue(GetOscStudy.DN)

  • #2
    Re: GET study definitions and return values

    CurtS
    You can find the description of the GET Studies in the Advanced GET Edition-> Advanced GET Studies and Indicators folder of the eSignal KnowledgeBase
    GetStochStudy.MARKS returns 1 or -1 for the upper and lower False Bar.
    getValue(GetOscStudy.OSC) returns the value of the GET Oscillator and getValue(GetOscStudy.UP) and getValue(GetOscStudy.DN) return the values of the upper and lower Strength Bands
    Alex


    Originally posted by CurtS
    Is there a place where I can find the description and return values/range for the GET studies?

    In particular...
    1) GetStochStudy.MARKS
    2) getValue(GetOscStudy.OSC)
    3) getValue(GetOscStudy.UP)
    4) getValue(GetOscStudy.DN)

    Comment


    • #3
      Thanks Alex

      Comment


      • #4
        CurtS
        You are most welcome
        Alex


        Originally posted by CurtS
        Thanks Alex

        Comment


        • #5
          Re: Re: GET study definitions and return values

          Alex,

          The info below is wrong. The values returned by GetStochStudy.MARKS are 0,1 or 2.

          0 = No False Bar
          1 = False Bar on Top
          2 = False Bar on Bottom

          Maybe this was changed recently (?).

          Hope this helps others.

          Jignesh.

          Originally posted by Alexis C. Montenegro
          CurtS
          You can find the description of the GET Studies in the Advanced GET Edition-> Advanced GET Studies and Indicators folder of the eSignal KnowledgeBase
          GetStochStudy.MARKS returns 1 or -1 for the upper and lower False Bar.
          getValue(GetOscStudy.OSC) returns the value of the GET Oscillator and getValue(GetOscStudy.UP) and getValue(GetOscStudy.DN) return the values of the upper and lower Strength Bands
          Alex

          Comment


          • #6
            Re: Re: Re: GET study definitions and return values

            Jignesh
            The -1 was a typo. The values returned by GetStochStudy.MARKS have always been 1 and 2 and in fact I used them in all the GET Stochastic formulas I posted here
            Alex


            Originally posted by jshah100
            Alex,

            The info below is wrong. The values returned by GetStochStudy.MARKS are 0,1 or 2.

            0 = No False Bar
            1 = False Bar on Top
            2 = False Bar on Bottom

            Maybe this was changed recently (?).

            Hope this helps others.

            Jignesh.

            Comment

            Working...
            X