WEMA class

The WEMA (Wilder's Smoothed Moving Average) is a powerful indicator based on the Simple Moving Average indicator. The Simple Moving Average (SMA) indicator is useful to identify the start and reversal of a trend.

Constructors

WEMA.new(int period)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

momentValue(num value) num?
Get next value for non closed (tick) candle hlc does not affect any next calculations
nextValue(num value) num?
Get next value for closed candle hlc affect all next calculations
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited