Charting Commands
This page consists of all the charting commands
Price Charts
Get the price charts of any asset for a range of timeframes with an indicator
Command: /chart price [ticker] <interval> <indicator> <indicator_length>
Example:
/chart price ticker:EURUSD interval:1d indicator:EMA indicator_length:20

Parameters
ticker: ticker of an asset
interval (optional): interval of the price chart; Default- 1h
Available: 15m, 30m, 1h, 1d, 1wk, 1mo
indicator (optional): RSI, ATR, MACD, StochRSI, EMA, MA
indicator_length (optional): length of the indicator
Comparison Charts
Get the comparison charts between any two same types of assets.
Command: /chart compare [ticker1] [ticker2] <period>
Example:
/chart compare ticker1:EURUSD ticker2:GBPUSD period:4mo

Parameters
ticker1 should be of the same type as ticker2
period (optional): period you would like to compare. It should be suffixed with
d
- dayswk
- weeksmo
- monthsy
- years
Fibonacci Charts
Get price charts with Fibonacci levels drawn on them from swing high to swing low or the vice versa
Command: /chart price-fib [ticker] <candles> <interval> <indicator> <indicator_length>
Example
/chart price-fib ticker:AAPL interval:1d indicator:MA indicator_length:200

Parameters
ticker: ticker of an asset
candles (optional): number of candles you want to consider
interval (optional): interval of the price chart; Default- 1h
Available: 15m, 30m, 1h, 1d, 1wk, 1mo
indicator (optional): RSI, ATR, MACD, StochRSI, EMA, MA
indicator_length (optional): length of the indicator
Price Charts with SR levels
Get price charts with support resistance levels on them
Command: /chart price-sr
Example
/chart price-sr ticker:ETH-USDT interval:1d indicator:RSI indicator_length:14

Parameters
ticker: ticker of an asset
interval (optional): interval of the price chart; Default- 1h
Available: 1h, 1d
indicator (optional): RSI, ATR, MACD, StochRSI, EMA, MA
indicator_length (optional): length of the indicator
Last updated
Was this helpful?