Current definition tech-v4. Charts stamped with it were computed by src/metrics/technicals.py, and every value plotted for a past date could have been computed on that date.
All price-only, so every one of these is free and exact. Shared contract: compute-style functions take the price frame and return a Series or DataFrame indexed by date.
Every source in src/fetch/ returns a daily CLOSE and nothing else, so anything needing a true high, low or volume is not implementable here and is absent rather than approximated. Supertrend and the ATR family are the notable casualties; a close-only ATR is a different indicator wearing the same name.
Newest first. Each entry says what changed and whether values that had already been published moved with it, followed by the sentence from the module that decided the verdict.
Donchian channel and a close-only stochastic. Additive; nothing earlier is redefined.
Output was added. Nothing already published changed, so every chart drawn under the previous version still reads the same.
Additive; nothing earlier is redefined.
realised_volatility() takes the annualiser as a parameter instead of hardcoding 365. The default is still 365, so every crypto series is unchanged to the last digit. Benchmarks on a five-day calendar were reading about 18% low and now do not.
At least one value that had already been published is different now. Charts drawn before this version do not match charts drawn after it.
Benchmarks on a five-day calendar were reading about 18% low and now do not.
The default is still 365, so every crypto series is unchanged to the last digit.
MACD, Bollinger bands, MA crossings, realised volatility, MA ribbon strength. Nothing in tech-v1 was redefined — every existing series is unchanged and no historical chart moves.
Output was added. Nothing already published changed, so every chart drawn under the previous version still reads the same.
Nothing in tech-v1 was redefined — every existing series is unchanged and no historical chart moves.
moving averages, bull market support band, Pi Cycle, Mayer multiple, RSI.
The first version of this metric. There is no earlier definition to restate.
137 charts name this metric in their readout line.