OverlayIndicatorOverridesBaseline
Interface
Indexable
▪ [key: string
]: StudyOverrideValueType
| undefined
Use the properties as follow: baselineStyle.baselineColor
: pink
Properties
baseLevelPercentage
OptionalBaseline level percentage
Type
number
baselineColor
OptionalBaseline line color
Type
string
bottomFillColor1
OptionalTop fill color of negative area
Type
string
bottomFillColor2
OptionalBottom fill color of negative area
Type
string
bottomLineColor
OptionalNegative area line color
Type
string
bottomLineWidth
OptionalNegative area line width
Type
number
style
Type
topFillColor1
OptionalTop fill color of positive area
Type
string
topFillColor2
OptionalBottom fill color of positive area
Type
string
topLineColor
OptionalPositive area line color
Type
string
topLineWidth
OptionalPositive area line width
Type
number
transparency
OptionalTransparency. Range [0..100]
0
- fully opaque,
100
- fully transparent.
Note: Rather use rgba
color string for setting transparency.
Type
number