Announcement

Collapse
No announcement yet.

Are study objects built in?

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

  • Are study objects built in?

    When one instantiates a study object, e.g.,

    var bb = new BollingerStudy("Close", 20, 2.0);

    does this call an EFS file or is the BollingerStudy class built into the eSignal's EFS layer? I didn't find a file called BollingerStudy.efs

    TIA,

    Ayman

  • #2
    Ayman,

    They are built in classes.

    Comment

    Working...
    X