Announcement

Collapse
No announcement yet.

getValue()

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

  • getValue()

    Not that the KB makes this clear, but as I see it getValue() exists as three forms

    1) getValue( barType [, nOffset] [, nNumBars] [,Symbol] ) - ie not .getValue(), this can return single or arrays of values as specified by the type. I assume this is pre-EFS2?

    2) mySeriesObject.getValue(nCandle) - as described in the series object. It returns a single value.

    3) StudyObject.getValue(studySubType) - study-specific, like study.getValue(MACDStudy.FAST);


    Anyone think I miht be right?

    What woud be useful would be an array return version of the second type (ie like the first type). Anyone know if this can be done?


    This EFS KB surpasses early MS for it's lack of actual explanation and cross-referencing.
Working...
X