Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Plots

The implementation specifies a set of plots that will be displayed in Data Box of the chart and can be plotted by {@linkcode Indicator.plotters}. If plotters are not specified, all plots are plotted as lines.

Hierarchy

  • Plots

Indexable

[fieldName: string]: object

Field names of the object refers to a value of output object returned from Calculator.map

...
plots: {
fast: { title: "FastEMA" },
slow: { title: "SlowEMA" }
}
...
  • Optional Readonly displayOnly?: boolean

    Specifies if the plot should be displayed only on the chart, but do not show it in Data Box.

  • Readonly title: string

    How to show it in Data Box and Indicator Editor's style section.

Generated using TypeDoc