# Submit Stocks/Options Trades on Discord

- [Overview](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/overview.md): How to submit stocks or options trades via the Discord bot.
- [Triggers](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/triggers.md): The bot listens for 4 triggers when submitting trades for open/close & long/short
- [Opening Trades](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/opening-trades.md): How to open both stocks & options positions
- [Closing Trades](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/closing-trades.md): How to close both stocks & options positions
- [Average Up/Down Positions](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/average-up-down-positions.md): Positions can be averaged up or down, but cannot be 100% accurate as position sizes are not a factor. Position averaging is calculate based on a single share or contract
- [Trim/Partial Close](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/trim-partial-close.md): Partially closing or trimming positions allows for locking in gains for stats while still keeping the position open for potentially more future gains
- [Setting TP/SL](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/setting-tp-sl.md): How to set and change a Take Profit and/or Stop Loss. Trades are automatically closed when the asset prices reaches these specified values
- [Trade Styles, Risk Flags, & Trade Notes](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/trade-styles-risk-flags-and-trade-notes.md): Specifying trade styles, adding risk factor flags, and adding notes to trades
- [Error/Invalid Replies](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/error-invalid-replies.md): Explanation of error or invalid message replies you might run into
- [Fix/Edit Trades](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/fix-edit-trades.md): Under Development
- [Tickers With Special Characters](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/tickers-with-special-characters.md): Ticker symbols containing dots cannot be submitted with the dot. Removing the dot is required. Index tickers may contain an up arrow, or are known other than their actual symbol.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nvstly.com/submit-stocks-options-trades-on-discord.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
