Uses of Package
com.wualabs.qtsurfer.engine.indicators.helpers
Packages that use com.wualabs.qtsurfer.engine.indicators.helpers
Package
Description
Utility and compositional indicators for building complex indicator pipelines.
Multi-indicator containers and builders for managing groups of indicators per instrument.
-
Classes in com.wualabs.qtsurfer.engine.indicators.helpers used by com.wualabs.qtsurfer.engine.indicators.helpersClassDescriptionTracks positive price changes (gains) between consecutive updates.Tracks negative price changes (losses) between consecutive updates.Incremental indicator that fires change notifications to registered listeners whenever its value changes.Volatility indicator that measures percent price changes between updates, averaged via a smoothing indicator.Incremental indicator that counts the number of consecutive periods (updates).Allow count/reset based on a predicateIndicator that extracts a scalar value from a
MarketSnapshotvia a configurableMarketSnapshotValueSource.Measures price volatility by tracking whether consecutive values change.Time-based windowed indicator that batches updates over a configurable duration. -
Classes in com.wualabs.qtsurfer.engine.indicators.helpers used by com.wualabs.qtsurfer.engine.indicators.helpers.groupClassDescriptionIndicator that extracts a scalar value from a
MarketSnapshotvia a configurableMarketSnapshotValueSource.Time-based windowed indicator that batches updates over a configurable duration. -
Classes in com.wualabs.qtsurfer.engine.indicators.helpers used by com.wualabs.qtsurfer.engine.strategyClassDescriptionTime-based windowed indicator that batches updates over a configurable duration.Implemented by a listener that needs to know which window fired it.