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 name | ChartStyle # | OverlayIndicatorOverrides |
---|---|---|
Bar | 0 | OverlayIndicatorOverridesBar |
Candle | 1 | OverlayIndicatorOverridesCandle |
Line | 2 | OverlayIndicatorOverridesLine |
Area | 3 | OverlayIndicatorOverridesArea |
HollowCandle | 4 | OverlayIndicatorOverridesHollowCandle |
Baseline | 5 | OverlayIndicatorOverridesBaseline |
HiLo | 6 | OverlayIndicatorOverridesHiLo |
Column | 7 | OverlayIndicatorOverridesColumn |
HLCArea | 8 | OverlayIndicatorOverridesHLCArea |
LineWithMarkers | 14 | OverlayIndicatorOverridesLineWithMarkers |
Stepline | 15 | OverlayIndicatorOverridesStepline |
Type
Bar | Candle | Line | Area | HollowCandle | Baseline | HiLo | Column | LineWithMarkers | Stepline | HLCArea