Class CurrentRealTime
java.lang.Object
trade.invision.indicators.indicators.Indicator<Instant>
trade.invision.indicators.indicators.CachingIndicator<Instant>
trade.invision.indicators.indicators.instant.CurrentRealTime
-
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 Instantcalculate(long index) Performs the calculation of thisIndicatorat the givenindex.static CurrentRealTimecurrentRealTime(Series<?> series) Gets aCurrentRealTime.Methods 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
-
CurrentRealTime
-
-
Method Details
-
currentRealTime
Gets aCurrentRealTime.- Parameters:
series- theIndicator.getSeries()
-
calculate
Description copied from class:IndicatorPerforms the calculation of thisIndicatorat the givenindex.
-