StudyBandPreferences
Interface
Study band style preferences.
Properties
color
Color.
Example
'#ffffff'.
Type
string
id
OptionalReadonlyBand ID. Used in StudyFilledAreaInfo.objAId and StudyFilledAreaInfo.objBId.
See
StudyFilledAreaInfo
Type
string
isHidden
OptionalReadonlyBand style inputs visibility flag. Used to hide the band from the style tab of study properties dialogs.
Type
boolean
linestyle
Line style.
Example
2 // Dotted line.
Type
number
linewidth
Line width.
Type
number
name
ReadonlyBand name.
Type
string
value
Value at which the band will be drawn.
Example
75 // Drawn at price = 75.
Type
number
visible
Band visibility flag.
Type
boolean
zorder
OptionalReadonlyBand z-order.
Type
number