Skip to content

Discord Commands

The Trade It bot makes available a number of slash commands. To use them, just type / in Discord, choose the Trade It app, and select the command you want to run.

Command Reference

Setup Commands

CommandVisibilityWhat it does
/connectPrivateOpens Trade It so you can connect a brokerage account.
/helpPrivateShows a welcome message, command list, trading behavior, and dashboard tips.
/loginPrivateSends you to the focused Discord account-linking page.
/logoutPrivateOpens the linked accounts page with a Discord disconnect confirmation.

Trading Commands

CommandVisibilityWhat it does
/accountsPrivateShows your connected brokerage accounts, account value, and buying power.
/alertPublicShares a trade alert that other members can review and execute on their own brokerage accounts.
/holdingsPrivateShows holdings for a selected brokerage account.
/tradePrivateCreates a draft trade order from natural language.
/tradesPrivateShows recent trades and links to the full Trade It trades table.

/alert

Use /alert when you want to share a trade idea with a community. It responds with a public message containing the trade details and a Review & Trade button.

Other members can use this button to execute the shared trade on their own brokerages.

Parameters

OptionRequiredWhat to enter
detailsYesThe trade to share, such as ticker, action, size, option legs, order type, and price instructions.
noteNoExtra context for the alert card, such as thesis, risk note, or timing.

Examples

text
/alert details:Buy $100 of AMZN note:Starter position
/alert details:Sell 1 SPY 600/605 call spread Jan 16 2026
/alert details:Buy 1 AAPL call expiring Friday limit 2.10 note:Earnings momentum idea

Note: Trade alerts do not place a trade for the person sharing them, and they do not immediately place trades for members who click them. Clicking the alert opens the trade in-browser, where members can review or edit the details, and execute it on any brokerage they have connected to Trade It.

/alert command/alert response/alert response opened in browser

/trade

Drafts a trade order. All the details of the drafted trade are returned to review. You may then execute or cancel the draft.

Parameters

OptionRequiredWhat to enter
orderYesThe trade to draft in plain English, such as ticker, action, size, option legs, order type, limit or stop price, and target account.

Examples

text
/trade order:Buy $100 of AMZN
/trade order:Sell 10 shares of AAPL limit 220
/trade order:Buy 1 AMZN 300 call expiring Friday
/trade order:Open a bullish MSFT call spread 5% OTM for next month

The bot can draft:

  • Equity orders
  • Crypto orders
  • Single-leg option orders
  • Multi-leg option strategies
  • Relative requests when you provide enough detail, such as call or put, expiration, and target strike range

Note: If the bot needs more information, it will ask you to run /trade again with the missing detail included. Discord bot requests are stateless, so include the full order in the next command.

/trade command/trade response

/accounts

Shows your connected brokerage accounts, including:

  • Account name
  • Account value
  • Buying power

Use this when you need the account id for /holdings, or when you want to confirm which brokerages are connected.

/accounts command/accounts response

/holdings

Shows holdings for one brokerage account. Run /accounts first if you need to find the account id.

Parameters

OptionRequiredWhat to enter
account_idYesThe brokerage account id from /accounts.
refreshNoSet to true to request fresh holdings data when eligible. Otherwise cached daily data is returned.

Examples

text
/holdings account_id:12345
/holdings account_id:12345 refresh:true
/holdings command/holdings response

/trades

Shows recent trade activity in Discord and includes a button to open the full trades table in Trade It.

Parameters

OptionRequiredWhat to enter
refreshNoSet to true to request a fresh brokerage sync when eligible. Otherwise existing synced trades are returned.
/trades command/trades response

/connect

Opens Trade It so you can connect a brokerage. After connecting, your brokerage account becomes available for use with the /trade, /accounts, and /holdings commands.

/connect command/connect responseTrade It's brokerage connection screen

/login

Links your Discord account to your Trade It account. You can start using slash commands after successfully doing so.

/login command/login response/login response

/logout

Disconnects the current Discord account from your Trade It account. Slash commands will stop working after doing this.

/logout command/logout response

See Account Setup for details.