CalculateIndicators class

Class to calculate the technical indicators

Constructors

CalculateIndicators.new()

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

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

Static Methods

calculateIndicators(List<YahooFinanceCandleData> prices, List<String> indicators) bool
Add indicators values in a list of candle prices Return true if all the indicators were found and calculated
calculateIndicatorsOnValues(List<double?> values, String indicator) List<double?>
Calculate the indicators values on a list of values