Class LocalDrawdownPercentage
java.lang.Object
trade.invision.indicators.indicators.Indicator<Num>
trade.invision.indicators.indicators.draw.AbstractDrawupDrawdown
trade.invision.indicators.indicators.draw.percentage.local.LocalDrawdownPercentage
LocalDrawdownPercentage is a Num Indicator to provide the local drawdown percentage. This is
also known as the drawdown (DD). The percentage is represented as a fractional. For example, a provided value of
0.15 would represent 15%.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class trade.invision.indicators.indicators.Indicator
Indicator.CacheSeries -
Field Summary
Fields inherited from class trade.invision.indicators.indicators.Indicator
cachedAddCallCount, cachedIndex, cachedValue, cacheSeries, minimumStableIndex, series -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLocalDrawdownPercentage(Indicator<Num> indicator, int length) -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDrawdownPercentagestatic LocalDrawdownPercentagelocalDrawdownPercentage(Indicator<Num> indicator, int length) Gets aLocalDrawdownPercentage.Methods inherited from class trade.invision.indicators.indicators.draw.AbstractDrawupDrawdown
calculateMethods inherited from class trade.invision.indicators.indicators.Indicator
caching, getMinimumStableIndex, getSeries, getValue, isCaching, numOf, numOf, numOf, numOf, numOfEight, numOfFive, numOfFour, numOfHalf, numOfHundred, numOfHundredth, numOfNegativeOne, numOfNine, numOfOne, numOfSeven, numOfSix, numOfTen, numOfTenth, numOfThousand, numOfThousandth, numOfThree, numOfTwo, numOfZero, purgeCache
-
Constructor Details
-
LocalDrawdownPercentage
-
-
Method Details
-
dd
- See Also:
-
localDrawdownPercentage
Gets aLocalDrawdownPercentage.- Parameters:
indicator- theIndicatorlength- the number of values to look back at
-