quantverse.
data / features / feat.tech.pit

Technical features · 142 cols feat.tech.pit

RSI, CCI, MACD, ATR, ADX, OBV, Bollinger, Donchian and 130+ more — all PIT.

PIT · Pro tier · 2003-01 → today · 12.8B rows

Coming soon — not served by the API yet.

Methodology

Every feature on a row is computed from prices observable at the close of that row's effective_ts and nothing later. That sounds obvious and is the usual place a feature table fails: a rolling window given a centred alignment, a scaling step fitted over the whole sample, or a default fill that reaches forward all leak. Each row carries the parameter set it was built with, so a result produced last quarter can be reproduced after a default changes rather than silently recomputed. The table is wide; the columns above are a representative subset and the full 142-column manifest ships with the package.

Schema

ColumnTypeRole
as_of_tstimestampknowledge time · UTC
effective_tsdatePIT key · trading date
symbolstringticker in force on effective_ts
feature_versionstringparameter set identity
rsi_14float6414-period RSI
cci_20float6420-period CCI
macd_histfloat64MACD histogram, 12/26/9
atr_14float6414-period ATR
adx_14float6414-period ADX
obvfloat64on-balance volume
bb_pctbfloat64Bollinger %B, 20-period
donchian_posfloat64position in 20-day channel

Use cases

  • Feed a cross-sectional model without hand-rolling indicators.
  • Reproduce a backtest after an indicator default changes.
  • Audit a feature for forward-looking alignment.

Background

Related packages

See pricing · all packages