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
| Command | Visibility | What it does |
|---|---|---|
/connect | Private | Opens Trade It so you can connect a brokerage account. |
/help | Private | Shows a welcome message, command list, trading behavior, and dashboard tips. |
/login | Private | Sends you to the focused Discord account-linking page. |
/logout | Private | Opens the linked accounts page with a Discord disconnect confirmation. |
Trading Commands
| Command | Visibility | What it does |
|---|---|---|
/accounts | Private | Shows your connected brokerage accounts, account value, and buying power. |
/alert | Public | Shares a trade alert that other members can review and execute on their own brokerage accounts. |
/holdings | Private | Shows holdings for a selected brokerage account. |
/trade | Private | Creates a draft trade order from natural language. |
/trades | Private | Shows 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
| Option | Required | What to enter |
|---|---|---|
details | Yes | The trade to share, such as ticker, action, size, option legs, order type, and price instructions. |
note | No | Extra context for the alert card, such as thesis, risk note, or timing. |
Examples
/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 ideaNote: 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.



/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
| Option | Required | What to enter |
|---|---|---|
order | Yes | The trade to draft in plain English, such as ticker, action, size, option legs, order type, limit or stop price, and target account. |
Examples
/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 monthThe 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.


/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.


/holdings
Shows holdings for one brokerage account. Run /accounts first if you need to find the account id.
Parameters
| Option | Required | What to enter |
|---|---|---|
account_id | Yes | The brokerage account id from /accounts. |
refresh | No | Set to true to request fresh holdings data when eligible. Otherwise cached daily data is returned. |
Examples
/holdings account_id:12345
/holdings account_id:12345 refresh:true

/trades
Shows recent trade activity in Discord and includes a button to open the full trades table in Trade It.
Parameters
| Option | Required | What to enter |
|---|---|---|
refresh | No | Set to true to request a fresh brokerage sync when eligible. Otherwise existing synced trades are returned. |


/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.



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



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


See Account Setup for details.