Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2256-standardlibrary-chart-object-classes-obj-elliott-cchartobjectelliottwave3-cchartobjectelliottwave3degree.md
T
2026-06-23 21:47:51 +08:00

555 B

Degree (Get Method)

Gets the value of "Degree" property.

ENUM_ELLIOT_WAVE_DEGREE  Degree() const

Return Value

Value of "Degree" property of the object assigned to the class instance. If there is no object assigned, it returns WRONG_VALUE.

Degree (Set Method)

Sets new value for "Degree" property.

bool  Degree(
   ENUM_ELLIOT_WAVE_DEGREE  degree      // property value
   )

Parameters

degree

[in]  New value for "Degree" property.

Return Value

true - successful, false - cannot change the property.