Skip to main content
Version: latest

StudyBandPreferences

Interface

Study band style preferences.

Properties

color

Color.

Example

'#ffffff'.

Type

string


id

OptionalReadonly

Band ID. Used in StudyFilledAreaInfo.objAId and StudyFilledAreaInfo.objBId.

See

StudyFilledAreaInfo

Type

string


isHidden

OptionalReadonly

Band style inputs visibility flag. Used to hide the band from the style tab of study properties dialogs.

Type

boolean


linestyle

Line style.

Example

2 // Dotted line.

Type

number


linewidth

Line width.

Type

number


name

Readonly

Band name.

Type

string


value

Value at which the band will be drawn.

Example

75 // Drawn at price = 75.

Type

number


visible

Band visibility flag.

Type

boolean


zorder

OptionalReadonly

Band z-order.

Type

number