Class IsIndexStable
java.lang.Object
trade.invision.indicators.indicators.Indicator<Boolean>
trade.invision.indicators.indicators.CachelessIndicator<Boolean>
trade.invision.indicators.indicators.meta.indicator.IsIndexStable
IsIndexStable is a Boolean Indicator to check if a given index is greater than
or equal to the given Indicator's Indicator.getMinimumStableIndex().-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Booleancalculate(long index) Performs the calculation of thisIndicatorat the givenindex.static IsIndexStableisIndexStable(Indicator<?> indicator) Gets aIsIndexStable.Methods inherited from class trade.invision.indicators.indicators.CachelessIndicator
cachingMethods inherited from class trade.invision.indicators.indicators.Indicator
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
-
IsIndexStable
-
-
Method Details
-
isIndexStable
Gets aIsIndexStable.- Parameters:
indicator- theIndicator
-
calculate
Description copied from class:IndicatorPerforms the calculation of thisIndicatorat the givenindex.
-