Skip to content

parabolic_sar — Parabolic SAR

Category: Trend · Standard

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 trend indicator. Math is aligned with TradingView Pine Script.

Parameters

ParameterTypeDefault
startfloat0.02
incrementfloat0.02
maximumfloat0.2

Output columns

Column
sar
sar_trend

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": "parabolic_sar", "params": {"start": 0.02, "increment": 0.02, "maximum": 0.2}}]
  }' \
  https://api.mobiusquant.ai/api/indicators

Full interpretation guide

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

parabolic_sar (中文详情)

alligator · alma · ema · hma · lsma · mcginley_dynamic · mobius_trend · smc


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