# Closing Trades

{% hint style="info" %}
Closing triggers;\
\&#xNAN;**`STC`** is used to close long\
\&#xNAN;**`BTC`** is used to close short
{% endhint %}

## Stocks Format

### Closing Long

> **STC \<ticker> @ \<price>**\
> I.e. *`STC AAPL @ 178.70`*

To close a **long** stock position, use the trigger **`STC`** followed by the ticker, then the symbol @ before the price.

<figure><img src="/files/tcEpIBCzRwKyVSmL1XIt" alt=""><figcaption><p>Example of closing a long position for $AAPL at the price of $178.70</p></figcaption></figure>

### Closing Short

> **BTC \<ticker> @ \<price>**\
> I.e. *`BTC AAPL @ 177.94`*

To close a **short** stock position, use the trigger **`BTC`** followed by the ticker, then the symbol **@** before the price.

<figure><img src="/files/dlt2eHJiUx1qUVJVbuCU" alt=""><figcaption><p>Example of closing a short position for $AAPL at the price of $178.72</p></figcaption></figure>

##

## Options Format

### Closing Long

> **STC \<ticker> \<exp. date> \<strike> \<call/put> @ \<price>**\
> I.e. *`STC SPY 9/15 450 call @ .88`*\
> \&#xNAN;*`STC SPY 9/15 450c @ .88`*

To close **long** options position, use the trigger **`STC`** followed by the *ticker,* then the expiration date using MM/DD format *(and /YY if next year)*, the strike price, and either attaching **`c`** or **`p`** to it or specifying `call` or `put` followed by the symbol **@** and the price.

<figure><img src="/files/KFz13tUXAB0h9oq1Jmp2" alt=""><figcaption><p>Example of closing a long Call position for $SPY, 9/15 expiration date, $450 strike price, and $0.88 for the price.</p></figcaption></figure>

{% hint style="info" %}
You can also use the format with expiration after strike & call/put\
I.e. `BTO SPY 450c 9/15 @ .88`
{% endhint %}

### Closing Short

> **BTC \<ticker> \<exp. date> \<strike> \<call/put> @ \<price>**\
> I.e. *`BTC SPY 9/15 440 put @ 1.08`*\
> \&#xNAN;*`BTC SPY 9/15 440p @ 1.08`*

To close **short** options position, use the trigger **`BTC`** followed by the *ticker,* then the expiration date using MM/DD format *(and /YY if next year)*, the strike price, and either attaching **`c`** or **`p`** to it or specifying `call` or `put` followed by the symbol **@** and the price.

<figure><img src="/files/NGhkIP4DXkxYGv4LLTi4" alt=""><figcaption><p>Example of closing a short Put position for $SPY, 9/15 expiration date, $440 strike price, and $0.88 for the price.</p></figcaption></figure>

{% hint style="danger" %}
Final Notes:\
\- **Do not use `$` with tickers.** \
\- Submit using a specified price, or use `CMP` or `M` for submitting at the current market price.\
\- Multiple trades can be submitted in a single message by using 3 back ticks (\`\`\`) before and after the whole message.
{% endhint %}

## Using Slash Commands

Submitting trades through slash commands has a more user friendly aspect to it but can take some seconds longer than text messages.

### Stocks

Type in `/close` then select `stocks`.

Type in or select the direction `Long` or `Short`.&#x20;

Input the ticker or select a provided ticker matching your input.

Enter in the price or use `0` for the current market price.

Notes can be added and are optional. Trimming or partially closing positions can be done by using the [Trim/Partial Close](/submit-stocks-options-trades-on-discord/trim-partial-close.md) keywords (trim, trimming, partial, etc.) within the notes.

<figure><img src="/files/f2n181uVms4YVOWvlo75" alt=""><figcaption><p>Example of closing a long position for $AAPL at $181.26, with exit notes.</p></figcaption></figure>

### Options

Type in `/close` and select `options`.

Type in or select the direction `Long` or `Short`.

Input the ticker or select a provided ticker matching your input.

For State, select `Call` or `Put`.

Enter in the date using the format MM/DD. *(Use /YY if next year.)*

Put in the strike price.

Enter in the price or use `0` for the current market price.

Notes can be added and are optional. Trimming or partially closing positions can be done by using the [Trim/Partial Close](/submit-stocks-options-trades-on-discord/trim-partial-close.md) keywords (trim, trimming, partial, etc. ) within the notes.

<figure><img src="/files/uCPCG1MuVVHA8HoB9hIG" alt=""><figcaption><p>Example of partially closing a long options call for $SPY with $450 strike &#x26; exp. date of 9/07. Partially closing by using keyword 'trimming' in notes.</p></figcaption></figure>

{% hint style="info" %}
Did you know?\
Quickly closing trades can be done by using the `$list` or `/list` command to show all open trades, where each one has a button to immediately close it at the current market price. Check out [Commands](/commands/list.md) for a list of all commands and how to use them.
{% endhint %}


---

# 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/closing-trades.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.
