Skip to main content

Interface: StudyPriceInputInfo

Charting Library.StudyPriceInputInfo

Hierarchy

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

StudyInputBaseInfo.confirm


defval

Readonly defval: number

Default value

Overrides

StudyInputBaseInfo.defval


id

Readonly id: string

Id for the input

Inherited from

StudyInputBaseInfo.id


isHidden

Optional Readonly isHidden: boolean

Is the input hidden

Inherited from

StudyInputBaseInfo.isHidden


max

Optional Readonly max: number

Maximum value


min

Optional Readonly min: number

Minimum value


name

Readonly name: string

Title of the input

Inherited from

StudyInputBaseInfo.name


step

Optional Readonly step: number

Step size for value


type

Readonly type: Price

Input type is Price

Overrides

StudyInputBaseInfo.type


visible

Optional Readonly visible: string

Is the input visible

Inherited from

StudyInputBaseInfo.visible