description |
---|
We continually add useful commands to the bot to help traders see real time market data without leaving Discord. Asset info, prices, charts, & more. |
{% hint style="warning" %} Crypto charts, stats, & prices will be modified soon where you can choose to request data from a specific exchange. {% endhint %}
{% hint style="info" %}
$chart
(or) $c TICKER [time]
or
/chart TICKER [time]
{% endhint %}
$c AAPL
$c TSLA 1w
$chart SPY 15min
The bot can display stock charts by using the $chart
, $c
, or /chart
commands. By default, the timeframe used for charts is 5 minutes if one is not specified.
To specifiy a timeframe after the ticker, use minute
, min
, or m
, hour
or h
, day
or d
, and week
or w
.
UNDER DEVELOPMENT
{% hint style="info" %}
$stock
(or) $s TICKER
{% endhint %}
$stock TSLA
$s AMC
The $stock
command provides some data for any stock ticker specified. The following is the data provided;
- Price (Including extended hours price)
- Price Movement / % Movement
- Volume & Avg. Volume
- Open & Previous Close
- Daily High & Low
- Year High & Low
UNDER DEVELOPMENT
{% hint style="info" %}
$price
(or) $p TICKER
{% endhint %}
$price TSLA
$p AAPL
The $price
or $p
command gets only the stock ticker price.
UNDER DEVELOPMENT
{% hint style="info" %}
$gainers, $topgainers, $topg
$losers, $toplosers, $topl
{% endhint %}
The $gainers
command displays the top 10 highest gainers of the day in reference to the last closing price.
The $losers
command displays the top 10 losing stocks of the day in reference to the last closing price.
{% hint style="info" %} When using data commands for tickers containing special characters, such as dots or dashes, or any index ticker symbols, be sure to use their alias. They are all listed in tickers-with-special-characters.md {% endhint %}