Package-level declarations

Types

Link copied to clipboard
class Ema(series: DataColumn<BigDecimal>, periods: Int, fillna: Boolean = false)
Link copied to clipboard
abstract class Indicator(val name: IndicatorName, scale: Int = 10)

Base abstract class for all technical analysis indicators. This class provides common functionality and utilities for calculating various technical indicators. All specific indicators should extend this class and implement the calculate() method.

Link copied to clipboard

Enum class representing all available technical indicators in the library. Indicators are categorized into several groups: