Class CachingIndicator<T>

java.lang.Object
trade.invision.indicators.indicators.Indicator<T>
trade.invision.indicators.indicators.CachingIndicator<T>
Type Parameters:
T - the Indicator type
Direct Known Subclasses:
CurrentRealTime, GetEndIndex, GetLength, GetStartIndex, IsCaching, RandomBoolean, RandomNum, RecursiveIndicator

public abstract class CachingIndicator<T> extends Indicator<T>
CachingIndicator is an abstract Indicator class that permanently enables caching. This is useful for Indicator implementations that require caching of previously calculated values, such as for recursion.
  • Constructor Details