Charting Commands
This page consists of all the charting commands
Last updated
Was this helpful?
This page consists of all the charting commands
Last updated
Was this helpful?
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
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
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
ticker1 should be of the same type as ticker2
period (optional): period you would like to compare. It should be suffixed with
d
- days
wk
- weeks
mo
- months
y
- years
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
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
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
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