Technical indicator name. Can be rsi, macd, ema, sma, bbands, stoch, adx, atr, cci, obv, vwap, dmi, ichimoku, or supertrend.
rsi, macd, ema, sma, bbands, stoch, adx, atr, cci, obv, vwap, dmi, ichimoku, supertrend "rsi"
Trading pair as BTC/USDT or bare symbol like BTC
"BTC"
Candlestick interval. Can be 1m, 5m, 15m, 30m, 1h, 2h, 4h, 12h, 1d, or 1w.
1m, 5m, 15m, 30m, 1h, 2h, 4h, 12h, 1d, 1w "1d"
Exchange for price data. Can be binance, bybit, coinbase, or kraken.
binance, bybit, coinbase, kraken "binance"
Start of time range. When set, returns time-series instead of latest value. Accepts Unix seconds (1704067200) or date string (2024-01-01)
"2024-01-01"
End of time range. Defaults to now when from is set. Accepts Unix seconds (1706745600) or date string (2024-02-01)
"2024-02-01"
Indicator-specific options as comma-separated key:value pairs. Available options by indicator: period — lookback period for rsi (default 14), sma (default 20), ema (default 20), bbands (default 20), adx (default 14), atr (default 14), cci (default 20), dmi (default 14), stoch (default 14), supertrend (default 10). stddev — standard deviation for bbands (default 2). multiplier — multiplier for supertrend (default 3). fast_period — MACD fast EMA (default 12). slow_period — MACD slow EMA (default 26). signal_period — MACD signal smoothing (default 9). Examples: period:7, period:200, fast_period:8,slow_period:21,signal_period:5, period:10,stddev:1.5.
"period:7"