Interface Plots
Hierarchy
- Plots
Indexable
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 display
Only?: 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
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.