Skip to main content
Version: latest

WilliamsFractalIndicatorOverrides

Interface

Overrides for the 'Williams Fractal' indicator.

Use these properties to customize indicator via IChartWidgetApi.createStudy and IStudyApi.applyOverrides.

Indexable

[key: string]: StudyOverrideValueType

Properties

down fractals.color

Default value: #F23645

Type

string


down fractals.display

Default value: 15

Type

number


down fractals.location

Default value: BelowBar

Type

string


down fractals.plottype

Default value: shape_triangle_down

Type

string


down fractals.transparency

Default value: 0

Type

number


up fractals.color

Default value: #089981

Type

string


up fractals.display

Default value: 15

Type

number


up fractals.location

Default value: AboveBar

Type

string


up fractals.plottype

Default value: shape_triangle_up

Type

string


up fractals.transparency

Default value: 0

Type

number