Skip to main content

Technical Features

Classic technical analysis indicators reimplemented as formula-based FeatureTypes.

FeatureCategoryDescription
bollinger_bandstechnicalBollinger Band %B: (price - lower) / (upper - lower) - normalized price posit...
ma_crossovertechnicalMA crossover signal: fast_ma > slow_ma - binary trend signal when faster m...
macdtechnicalMACD: (ema(fast) - ema(slow)) - trend-following momentum indicator capturing ...
rsitechnicalRelative Strength Index: 100 - 100 / (1 + avg_gain/avg_loss) measures speed a...
support_resistancetechnicalSupport and resistance levels: rolling_min(price) and rolling_max(price) with...