Skip to content

Latest commit

 

History

History
100 lines (65 loc) · 2.37 KB

market-data.md

File metadata and controls

100 lines (65 loc) · 2.37 KB
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.

Market Data (Charts, Data Prices, etc.)

{% hint style="warning" %} Crypto charts, stats, & prices will be modified soon where you can choose to request data from a specific exchange. {% endhint %}

Charts

Stocks

{% 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.

Crypto

UNDER DEVELOPMENT

Stock Stats

{% 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

Crypto Stats

UNDER DEVELOPMENT

Prices

Stocks

{% hint style="info" %} $price (or) $p TICKER {% endhint %}

$price TSLA

$p AAPL

The $price or $p command gets only the stock ticker price.

Crypto

UNDER DEVELOPMENT

Top Gainers/Losers

{% 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 %}