Announcement

Collapse
No announcement yet.

GetSeries

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

  • GetSeries

    What is the significance of GetSeries? I can write an indicator either with or without GetSeries and I cannot tell the difference other than using GetSeries requires a more complex program.
    edx

  • #2
    edberry
    For a brief description of what getSeries() does see this article in the EFS KnowledgeBase.
    In addition to what is described in that article getSeries() is also used to retrieve multiple series from efsInternal() or efsExternal() when these are calling an external function or efs that returns an array. For an example of this see this post.
    Anyhow in general you would use getSeries() if you are initializing the series object once and you are using external symbols/intervals and you want the formula engine to handle the synchronization for you.
    Alex

    Comment

    Working...
    X