Skip to content

kst — KST

Category: Momentum · 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 momentum indicator. Math is aligned with TradingView Pine Script.

Parameters

ParameterTypeDefault
roclen1int10
smalen1int10
roclen2int15
smalen2int10
roclen3int20
smalen3int10
roclen4int30
smalen4int15
siglenint9

Output columns

Column
kst
kst_signal

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": "kst", "params": {"roclen1": 10, "smalen1": 10, "roclen2": 15, "smalen2": 10, "roclen3": 20, "smalen3": 10, "roclen4": 30, "smalen4": 15, "siglen": 9}}]
  }' \
  https://api.mobiusquant.ai/api/indicators

Full interpretation guide

The full description, signal interpretation, caveats and analysis focus points are documented in Chinese at:

kst (中文详情)

accelerator_oscillator · awesome_oscillator · cci · chande_mo · connors_rsi · coppock_curve · dpo · macd


Auto-generated by scripts/sync-indicators.mjs from engine_indicator_knowledge + engine runtime introspect. Manual edits will be overwritten on next sync.

AI trading infrastructure