StudyFilledAreaInfo
A description of a study filled area.
Properties
bottomColor
OptionalReadonlyColor for the bottom of the filled area.
Type
string
bottomValue
OptionalReadonlyValue at which the bottom of the filled area is drawn.
Example
75 // Drawn at price = 75
Type
number
fillToIntersection
OptionalReadonlyShould the area be filled up to the point that two plots intersect, instead of by plot index?
Used for plot_plot filled area types.
Type
boolean
fillgaps
OptionalReadonlyShould gaps in the area be filled?
Type
boolean
id
ReadonlyStudy ID.
Type
string
isHidden
OptionalReadonlyFilled area's style inputs visibility flag. Used to hide the band from the style tab of study properties dialogs.
Type
boolean
objAId
ReadonlyStudy band ID.
See
StudyBandInfo
Type
string
objBId
ReadonlyStudy band ID.
See
StudyBandInfo
Type
string
palette
OptionalReadonlyColor palette ID.
Type
string
title
ReadonlyTitle that will appear in the styles tab of the study settings dialog.
Type
string
topColor
OptionalReadonlyColor for the top of the filled area.
Type
string
topValue
OptionalReadonlyValue at which the top of the filled area is drawn.
Example
75 // Drawn at price = 75
Type
number
type
ReadonlyFilled area type.
Type
zorder
OptionalReadonlyFilled area z-order.
Type
number