Skip to content

smc — SMC

Category: Trend · Composite · 🧪 Möbius Lab

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 developed in-house by MobiusQuant. Math is aligned with TradingView Pine Script.

Parameters

ParameterTypeDefault
modestringhistorical
internal_sizeint5
internal_filter_confluenceboolfalse
internal_show_bullstringall
internal_show_bearstringall
swing_sizeint50
swing_show_bullstringall
swing_show_bearstringall
show_swing_pointsboolfalse
show_strong_weak_hlbooltrue
internal_ob_maxint5
swing_ob_maxint5
ob_filterstringatr
ob_mitigationstringhighlow
eq_sizeint3
eq_thresholdfloat0.1
fvg_auto_thresholdbooltrue
fvg_timeframestring``
fvg_extendint1
show_daily_levelsboolfalse
show_weekly_levelsboolfalse
show_monthly_levelsboolfalse
show_premium_discount_zonesboolfalse
show_color_candlesboolfalse
df_dailypandas.DataFrameNone
df_weeklypandas.DataFrameNone
df_monthlypandas.DataFrameNone

Output columns

Column
smc_atr200
_objects_note
smc_parsed_low
smc_volatility
smc_parsed_high
smc_swing_trend
smc_candle_color
smc_high_vol_bar
smc_trailing_top
smc_internal_trend
smc_trailing_bottom
smc_swing_low_active
smc_swing_high_active
smc_internal_low_active
smc_internal_high_active

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": "smc", "params": {"mode": "historical", "internal_size": 5, "internal_filter_confluence": false, "internal_show_bull": "all", "internal_show_bear": "all", "swing_size": 50, "swing_show_bull": "all", "swing_show_bear": "all", "show_swing_points": false, "show_strong_weak_hl": true, "internal_ob_max": 5, "swing_ob_max": 5, "ob_filter": "atr", "ob_mitigation": "highlow", "eq_size": 3, "eq_threshold": 0.1, "fvg_auto_threshold": true, "fvg_timeframe": "", "fvg_extend": 1, "show_daily_levels": false, "show_weekly_levels": false, "show_monthly_levels": false, "show_premium_discount_zones": false, "show_color_candles": false, "df_daily": null, "df_weekly": null, "df_monthly": null}}]
  }' \
  https://api.mobiusquant.ai/api/indicators

Full interpretation guide

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

smc (中文详情)

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


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