Skip to main content

OverlayIndicatorOverrides

Interface

Properties

allowExtendTimeScale

Enables the Overlay to extend the time scale. Default value: false

Type

boolean


minTick

minTick Default value: default

Type

string


showPriceLine

Price line visibility. Default value: false

Type

boolean


style

The style type for Overlay can be any of the following. Default value: 2 (line)

For each style, there are additional properties that you can customize. Refer to the links in the OverlayIndicatorOverrides column to see the lists of properties.

ChartStyle nameChartStyle #OverlayIndicatorOverrides
Bar0OverlayIndicatorOverridesBar
Candle1OverlayIndicatorOverridesCandle
Line2OverlayIndicatorOverridesLine
Area3OverlayIndicatorOverridesArea
HollowCandle4OverlayIndicatorOverridesHollowCandle
Baseline5OverlayIndicatorOverridesBaseline
HiLo6OverlayIndicatorOverridesHiLo
Column7OverlayIndicatorOverridesColumn
HLCArea8OverlayIndicatorOverridesHLCArea
LineWithMarkers14OverlayIndicatorOverridesLineWithMarkers
Stepline15OverlayIndicatorOverridesStepline

Type

Bar | Candle | Line | Area | HollowCandle | Baseline | HiLo | Column | LineWithMarkers | Stepline | HLCArea