Skip to content

fibonacci_bollinger_bands — Fibonacci Bollinger Bands

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

Parameters

ParameterTypeDefault
lengthint200
multfloat3

Output columns

Column
fbb_basis
fbb_lower_1000
fbb_lower_236
fbb_lower_382
fbb_lower_500
fbb_lower_618
fbb_lower_764
fbb_upper_1000
fbb_upper_236
fbb_upper_382
fbb_upper_500
fbb_upper_618
fbb_upper_764

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": "fibonacci_bollinger_bands", "params": {"length": 200, "mult": 3}}]
  }' \
  https://api.mobiusquant.ai/api/indicators

Full interpretation guide

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

fibonacci_bollinger_bands (中文详情)

atr · bollinger · chande_kroll_stop · donchian_channels · historical_volatility · keltner_channels · linear_regression_channel · mass_index


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