kvo — KVO
Category: Volume · Composite
For Skill / AI Agent integrations
When you POST /api/indicators?explain=true, the response carries a knowledge block with this indicator's interpretation rubric. Pass it to your LLM together with the numeric data — don't make the LLM guess thresholds from memory. Full rubric lives at the Chinese page (summary_focus / signals / caveats).
This is a volume indicator. Math is aligned with TradingView Pine Script.
Parameters
| Parameter | Type | Default |
|---|---|---|
fast_len | int | 14 |
slow_len | int | 45 |
kvo_stdev_window | int | 70 |
Output columns
| Column |
|---|
kvo |
kvo_std |
Example call
bash
curl -X POST -H "Authorization: Bearer mq_xxx" \
-H "Content-Type: application/json" \
-d '{
"exchange": "binance",
"market": "perp",
"symbol": "BTCUSDT",
"interval": "5m",
"limit": 100,
"calc": [{"name": "kvo", "params": {"fast_len": 14, "slow_len": 45, "kvo_stdev_window": 70}}]
}' \
https://api.mobiusquant.ai/api/indicatorsFull interpretation guide
The full description, signal interpretation, caveats and analysis focus points are documented in Chinese at:
Related indicators
chaikin_oscillator · cmf · cvd · obv · pvo · vwap
Auto-generated by scripts/sync-indicators.mjs from engine_indicator_knowledge + engine runtime introspect. Manual edits will be overwritten on next sync.