Skip to main content
Version: latest

StudyNumericInputInfo

Interface

Properties

confirm

OptionalReadonly

if true, then user will be asked to confirm input value before indicator is added to chart. Default value is false.

Type

boolean


defval

Readonly

Default value

Type

number

Overrides

StudyInputBaseInfo.defval


hideWhenPlotsHidden

OptionalReadonly

An array of plot ids, upon the hiding of which, this input should also be hidden within the legend

Type

string[]


id

Readonly

Id for the input

Type

string


isHidden

OptionalReadonly

Is the input hidden

Type

boolean


max

OptionalReadonly

Maximum value

Type

number


min

OptionalReadonly

Minimum value

Type

number


name

Readonly

Title of the input

Type

string


step

OptionalReadonly

Step size for value

Type

number


type

Readonly

Input type is Numeric

Type

Integer | Float | Price

Overrides

StudyInputBaseInfo.type


visible

OptionalReadonly

Is the input visible

Type

string