MatexTakeProfitCalculatorCore class

Inheritance
Mixed in types

Constructors

MatexTakeProfitCalculatorCore({MatexBaseCoreState? defaultState})

Properties

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 setterinherited
result MatexTakeProfitResult?
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

baseListedSecond(bool baseListedSecond) MatexTakeProfitCalculatorCore
inherited
computePipValue() → Decimal
inherited
counterAccountCurrencyPairExchangeRate(double counterAccountCurrencyPairExchangeRate) MatexTakeProfitCalculatorCore
inherited
entryPrice(double entryPrice) MatexTakeProfitCalculatorCore
inherited
getState() MatexBaseCoreState
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchState(MatexBaseCoreState partialState) MatexTakeProfitCalculatorCore
inherited
pipPrecision(int? pipPrecision) MatexTakeProfitCalculatorCore
inherited
pipValue(MatexBaseCoreState state, {bool rational = false}) → Decimal
inherited
position(MatexPosition position) MatexTakeProfitCalculatorCore
inherited
positionSize(double positionSize) MatexTakeProfitCalculatorCore
inherited
rationalPipValue(MatexBaseCoreState state) → Rational
inherited
reset() MatexTakeProfitCalculatorCore
inherited
resetStateProperties(List<String> properties) MatexTakeProfitCalculatorCore
inherited
sanitizeDouble(double value) double
inherited
setDefaultState(MatexBaseCoreState nextDefaultState) MatexTakeProfitCalculatorCore
inherited
setState(MatexBaseCoreState nextState) MatexTakeProfitCalculatorCore
inherited
takeProfitAmount(double takeProfitAmount) MatexTakeProfitCalculatorCore
inherited
takeProfitPips(double takeProfitPips) MatexTakeProfitCalculatorCore
inherited
takeProfitPrice(double takeProfitPrice) MatexTakeProfitCalculatorCore
inherited
toPercentageDecimal(num value) → Decimal
inherited
toString() String
A string representation of this object.
inherited
tradingPairExchangeRate(double tradingPairExchangeRate) MatexTakeProfitCalculatorCore
inherited
value({Decimal? pipValue}) MatexTakeProfitResult
override

Operators

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