# Opening Trades

{% hint style="info" %}
Opening triggers;\
\&#xNAN;**`BTO`** is used to open long\
\&#xNAN;**`STO`** is used to open short
{% endhint %}

## Stocks Format

### Opening Long

> **BTO \<ticker> @ \<price>**\
> I.e. *`BTO AAPL @ 188`*

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

<figure><img src="/files/7C7A9MyjIDISpjILTrUQ" alt=""><figcaption><p>Example of opening a long position for $AAPL at the price of $188.00</p></figcaption></figure>

### Opening Short

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

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

<figure><img src="/files/jeqQoiXJEkjaGYzCwGdy" alt=""><figcaption><p>Example of opening a short position for $AAPL at the price of $177.94</p></figcaption></figure>

##

## Options Format

### Opening Long

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

To open **long** options position, use the trigger **`BTO`** 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/ZJOst4ULkNhyk5CV1fSQ" alt=""><figcaption><p>Example of opening a long Call position for $SPY, 9/07 expiration date, $450 strike price, and $1.27 for the price by using CMP</p></figcaption></figure>

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

### Opening Short

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

To open **short** options position, use the trigger **`STO`** 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/AYNMEKKp0X3FQ927QKI3" alt=""><figcaption><p>Example of opening a short Call position for $SPY, 9/08 expiration date, $450 strike price, and $0.32 for the price by using CMP</p></figcaption></figure>

{% hint style="warning" %}
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 `/open` 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. [Trade Styles](/submit-stocks-options-trades-on-discord/trade-styles-risk-flags-and-trade-notes.md#trade-styles) (swing, scalp, etc.), [Risk Factor Flags](/submit-stocks-options-trades-on-discord/trade-styles-risk-flags-and-trade-notes.md#risk-flags), and a Take Profit and/or Stop Loss ([Setting TP/SL](/submit-stocks-options-trades-on-discord/setting-tp-sl.md#setting-tp-sl-with-trade-submission)) can all be added by using the notes.

<figure><img src="/files/Z702JekWJBRaKMlWJYiv" alt=""><figcaption><p>Example of opening a long position for $AAPL at $177.90, adding the Earnings risk flag, and setting both TP/SL</p></figcaption></figure>

### Options

Type in `/open` 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. [Trade Styles](/submit-stocks-options-trades-on-discord/trade-styles-risk-flags-and-trade-notes.md#trade-styles) (swing, scalp, etc.), [Risk Factor Flags](/submit-stocks-options-trades-on-discord/trade-styles-risk-flags-and-trade-notes.md#risk-flags), and a Take Profit and/or Stop Loss ([Setting TP/SL](/submit-stocks-options-trades-on-discord/setting-tp-sl.md#setting-tp-sl-with-trade-submission)) can all be added by using the notes.

<figure><img src="/files/OPKYqCgxn99O8i4YIGkv" alt=""><figcaption><p>Example of opening a long options call position for $SPY with $450 strike &#x26; expiration date of 9/07, adding the YOLO high risk flag, and setting both TP/SL</p></figcaption></figure>

{% hint style="info" %}
Did you know?\
Multiple trades can be submitted in a single text message by starting the message with 3 backticks (\`\`\`) and ending the message with 3 backticks.
{% 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/opening-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.
