MatexFibonacciLevelsCalculator class

Inheritance
Mixed in types

Constructors

MatexFibonacciLevelsCalculator({required MatexConfig config, MatexBaseCoreState? defaultState, List<MatexStateValidator>? validators})

Properties

config MatexConfig
final
defaultCalculatorState MatexBaseCoreState
no setteroverride
defaultState MatexBaseCoreState?
getter/setter pairinherited
differenceState MatexBaseCoreState
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isDirty bool
no setterinherited
isStateValid bool
getter/setter pairinherited
isValid bool
no setterinherited
propertiesUseForDifference Iterable<String>
no setteroverride
result Future<FibonacciLevelsResult>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state MatexBaseCoreState
getter/setter pairinherited
validators List<MatexStateValidator>?
getter/setter pairinherited

Methods

customPrice(double customPrice) MatexFibonacciLevelsCalculator
inherited
extensionLevels(List<double> extensionLevels) MatexFibonacciLevelsCalculator
inherited
getState() MatexBaseCoreState
inherited
highPrice(double highPrice) MatexFibonacciLevelsCalculator
inherited
lowPrice(double lowPrice) MatexFibonacciLevelsCalculator
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchState(MatexBaseCoreState partialState) MatexFibonacciLevelsCalculator
inherited
precision(int precision) MatexFibonacciLevelsCalculator
inherited
reset() MatexFibonacciLevelsCalculator
inherited
resetStateProperties(List<String> properties) MatexFibonacciLevelsCalculator
inherited
retracementLevels(List<double> retracementLevels) MatexFibonacciLevelsCalculator
inherited
sanitizeDouble(double value) double
inherited
setDefaultState(MatexBaseCoreState nextDefaultState) MatexFibonacciLevelsCalculator
inherited
setState(MatexBaseCoreState nextState) MatexFibonacciLevelsCalculator
inherited
toPercentageDecimal(num value) → Decimal
inherited
toString() String
A string representation of this object.
inherited
trend(MatexTrend trend) MatexFibonacciLevelsCalculator
inherited
value() Future<FibonacciLevelsResult>
override

Operators

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