Interface: StudyTimeInputInfo
Charting Library.StudyTimeInputInfo
Hierarchy
-
↳
StudyTimeInputInfo
Properties
active
OptionalReadonly
active: boolean
Whether the input should be rendered based on user inputs
Inherited from
confirm
OptionalReadonly
confirm: boolean
if true, then user will be asked to confirm input value before indicator is added to chart. Default value is false.
Inherited from
defval
Readonly
defval: number
Default value for the input
Overrides
group
OptionalReadonly
group: string
Creates a header above all inputs that share the same group string. This string is used as the header's display text in the Settings dialog.
Inherited from
hideWhenPlotsHidden
OptionalReadonly
hideWhenPlotsHidden: string[]
An array of plot ids, upon the hiding of which, this input should also be hidden within the legend
Inherited from
StudyInputBaseInfo.hideWhenPlotsHidden
id
Readonly
id: string
Id for the input
Inherited from
isAlwaysShownInLegend
OptionalReadonly
isAlwaysShownInLegend: boolean
Is the input always visible in the legend, even when the user hides indicator inputs in the legend
Inherited from
StudyInputBaseInfo.isAlwaysShownInLegend
isHidden
OptionalReadonly
isHidden: boolean
Is the input hidden
Inherited from
max
Readonly
max: number
Maximum time
min
Readonly
min: number
Minimum time
name
Readonly
name: string
Title of the input
Inherited from
type
Readonly
type: Time
Input type is Time
Overrides
visible
OptionalReadonly
visible: string
Is the input visible