Package com.wualabs.qtsurfer.engine.indicators.helpers.group
package com.wualabs.qtsurfer.engine.indicators.helpers.group
Multi-indicator containers and builders for managing groups of indicators per instrument.
Compound indicators
CompoundRTIndicator– Immutable container holding multiple related indicatorsCompoundTickerRTIndicator– Compound indicator specialized for Ticker data
Instrument maps
InstrumentMapRTIndicator– Maps instrument identifiers to their RTIndicator instancesInstrumentMapTickerSourceRTIndicator– Instrument map specialized for Ticker-sourced indicatorsInstrumentMapFundingRateSourceRTIndicator– Instrument map specialized for funding rate indicatorsInstrumentGroupRTIndicator– Marker interface for grouped instrument indicators
Builders
InstrumentMapRTIndicatorBuilder– Builds compound/helper indicators around an existing instrument mapWindowTimeRTIndicatorBuilder– Builder for time-windowed indicators
- See Also:
-
ClassDescriptionInmutable Compound RT IndicatorGroups an instrument indicator map and extra indicators as a whole with a builder interfaceA map of RTIndicators for an instrumentA map of RTIndicators for an instrument fed from a kline stream — the kline-side counterpart of
InstrumentMapTickerSourceRTIndicator.A map of RTIndicators for an instrumentInstrumentMapRTIndicatorBuilder<T extends RTIndicator>Allow building other compound/helper RTIndicators around an existing map of indicators.A map of RTIndicators for an instrumentWindowTimeRTIndicator Builder