KB / signal
HYG Volume Ratio
Last verified
Auto-generated. This article is rebuilt from
app/signals/config/signal_definitions.jsonbyscripts/build_signals_kb.py. Edit the registry entry and re-run the script — do not edit this file directly.
HYG Volume Ratio
What it is
HYG Volume Ratio — registry key hyg_vol.
Classifier metric. See the bands table below for the band-by-band reading.
Source
Source module: macro_indicators
Data source: computed
Derived metric — produced inside the platform (app/sources/macro_indicators.py or equivalent) rather than fetched as a raw upstream value. See the How it's computed section below for the formula.
How it’s computed
Annualized 21-day realized volatility of HYG daily returns: stdev(returns_21d) × sqrt(252) × 100, in percent. Mirrors the market.py realized-vol method used for SPY.
Where it surfaces
- API field:
signals.hyg_volume_ratioonGET /api/v1/signals/latest - Surface:
daily_signalsrow (daily-cadence persistence) - Surface:
/signals/historytime series - Surface:
/signals/sparklines(UI sparklines)
Bands / thresholds
Classifier direction: lower_is_better.
| Range | Label | Dot | Implication | Points |
|---|---|---|---|---|
| — | Light volume | favorable | BULLISH | 2 |
| — | Normal | leaning | NEUTRAL | 2 |
| — | Above average | neutral | NEUTRAL | 1 |
| — | Elevated | cautionary | BEARISH | 0 |
| — | Distressed selling | adverse | BEARISH | 0 |
Health-score / alignment role
- Health score component:
hyg_confirmation(weight + math inapp/signals/config/score_weights.jsonandapp/signals/score.py). - Contributes to:
health_score.HYG
Release cadence
- Publishes:
intraday
See also
- /kb/health-score — Health score — 0-100 composite.
- /kb/api/get-signals-latest — API endpoint that serves this field.