candles
Display Candle Data
Usage
candles [-g GRANULARITY] [-l CANDLECOUNT] [-a] [-b] [-c] [-e] [-o] [-r] [-s] [-v]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
granularity | -g --granularity | The timeframe to get for the candle chart (Seconds: S5, S10, S15, S30 Minutes: M1, M2, M4, M5, M10, M15, M30 Hours: H1, H2, H3, H4, H6, H8, H12 Day (default): D, Week: W Month: M | D | True | None |
candlecount | -l --limit | The number of candles to retrieve. Default:180 | 180 | True | None |
ad | -a --ad | Adds ad (Accumulation/Distribution Indicator) to the chart | False | True | None |
bbands | -b --bbands | Adds Bollinger Bands to the chart | False | True | None |
cci | -c --cci | Adds cci (Commodity Channel Index) to the chart | False | True | None |
ema | -e --ema | Adds ema (Exponential Moving Average) to the chart | False | True | None |
obv | -o --obv | Adds obv (On Balance Volume) to the chart | False | True | None |
rsi | -r --rsi | Adds rsi (Relative Strength Index) to the chart | False | True | None |
sma | -s --sma | Adds sma (Simple Moving Average) to the chart | False | True | None |
vwap | -v --vwap | Adds vwap (Volume Weighted Average Price) to the chart | False | True | None |