Uses of Record Class
com.wualabs.qtsurfer.engine.indicators.core.IndicatorNotice
Packages that use IndicatorNotice
Package
Description
Core interfaces and abstract base classes for the RTIndicator framework.
Multi-indicator containers and builders for managing groups of indicators per instrument.
-
Uses of IndicatorNotice in com.wualabs.qtsurfer.engine.indicators.core
Methods in com.wualabs.qtsurfer.engine.indicators.core that return IndicatorNoticeModifier and TypeMethodDescriptionstatic IndicatorNoticeIndicatorNotice.barDataOnTickerPath(@NonNull String indicatorName, @NonNull Instrument instrument) Builds theIndicatorNotice.BAR_DATA_ON_TICKER_PATHnotice. -
Uses of IndicatorNotice in com.wualabs.qtsurfer.engine.indicators.helpers.group
Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group that return types with arguments of type IndicatorNoticeModifier and TypeMethodDescriptionInstrumentGroupRTIndicator.getNotices()Wiring diagnostics raised about this group's indicators — e.g. one that needs per-bar OHLCV bound to a ticker stream.InstrumentMapRTIndicator.getNotices()Wiring diagnostics raised about this group — seeIndicatorNoticefor why these are data rather than log lines.Methods in com.wualabs.qtsurfer.engine.indicators.helpers.group with parameters of type IndicatorNoticeModifier and TypeMethodDescriptionprotected booleanInstrumentMapRTIndicator.raiseNotice(@NonNull IndicatorNotice notice) Records a notice, keeping only the first occurrence per(code, indicator)pair.