Class CachelessIndicator<T>

java.lang.Object
trade.invision.indicators.indicators.Indicator<T>
trade.invision.indicators.indicators.CachelessIndicator<T>
Type Parameters:
T - the Indicator type
Direct Known Subclasses:
BarEnd, BarStart, Close, ConstantArray, ConstantValue, CurrentIndex, High, IsIndexStable, Low, NumDatapointInstant, NumDatapointValue, Open, PreviousValue, Replacement, SeriesReference, TradeCount, Volume

public abstract class CachelessIndicator<T> extends Indicator<T>
CachelessIndicator is an abstract Indicator class that permanently disables caching. This is useful for Indicator implementations that derive their calculated values from existing data without any modifications.