Announcement

Collapse
No announcement yet.

Replotting Past Data Points: Help!

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

  • Replotting Past Data Points: Help!

    Hello,
    I have a quick question about the replotting of past values.

    For example, I create a data series with the builtin Linear Regression study.

    When I return either getValue(0) or the getSeries(series), both of those are returning the value of the current point, and all prior posted points stay the same.

    The entire regression line does not replot and move along with the study like it does if u just put the built in study on the chart, not through an efs.

    Any help would be greatly appreciated.

    Mike

  • #2
    Re: Replotting Past Data Points: Help!

    Mike
    You can adjust past values or properties of a plot using the setBar() function (for the description and syntax of this function see the linked article in the EFS KnowledgeBase).
    Alex


    Originally posted by madmike117
    Hello,
    I have a quick question about the replotting of past values.

    For example, I create a data series with the builtin Linear Regression study.

    When I return either getValue(0) or the getSeries(series), both of those are returning the value of the current point, and all prior posted points stay the same.

    The entire regression line does not replot and move along with the study like it does if u just put the built in study on the chart, not through an efs.

    Any help would be greatly appreciated.

    Mike

    Comment

    Working...
    X