Interface: StudyNumericInputInfo
Charting Library.StudyNumericInputInfo
Hierarchy
-
↳
StudyNumericInputInfo
Properties
confirm
• Optional
Readonly
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
Overrides
hideWhenPlotsHidden
• Optional
Readonly
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
isHidden
• Optional
Readonly
isHidden: boolean
Is the input hidden
Inherited from
max
• Optional
Readonly
max: number
Maximum value
min
• Optional
Readonly
min: number
Minimum value
name
• Readonly
name: string
Title of the input
Inherited from
step
• Optional
Readonly
step: number
Step size for value
type
• Readonly
type: Integer
| Float
| Price
Input type is Numeric
Overrides
visible
• Optional
Readonly
visible: string
Is the input visible