Skip to main content

Module traits

Module traits 

Source

Traitsยง

IndicatorConfig
A trait for indicator configurations that can build their respective streaming state machines.
Next
The core trait for streaming indicators. Every indicator maintains an internal state and processes data points one by one.
SmoothingAlgorithm
A trait for algorithms that smooth a series of values (e.g., SMA, EMA). This allows indicators like SuperTrend or Keltner Channels to be generic over their MA type.