# Opening Trades

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

There are many ways to open crypto positions, this documentation will go over the most basic way using the full format. Formats for submitting crypto trades can be shorter & more effecient by utilizing the [Defaults](/submit-crypto-trades-on-discord/defaults.md)settings.

### Opening Long

> **BTO \<ticker>/\<pair> @ \<price> \[exchange]**\
> I.e. *`BTO BTC/USDT @ 26952 binance`*

To open a **long** crypto position, use the trigger **`BTO`** followed by the ticker/pair (I.e. BTC/USDT), then the symbol @ before the price. By default on new accounts, the crypto exchange is set to Binance and if an exchange name is not specified the bot will log the trade for the Binance exchange. \
The default exchange, among other (market, pair) defaults, can be changed. See [Defaults](/submit-crypto-trades-on-discord/defaults.md)for more info.

<figure><img src="/files/kmu41ErjkvaomUbzAF9X" alt=""><figcaption><p>Example of opening a long position for BTC/USDT at the price of $27154.580 on Binance</p></figcaption></figure>

### Opening Short

> **STO \<ticker>/pair @ \<price> \[exchange]**\
> I.e. *`STO BTC/USDT @ 26951 binance`*

To open a **short** crypto position, use the trigger **`STO`** followed by the ticker/pair (I.e. BTC/USDT), then the symbol @ before the price. By default on new accounts, the crypto exchange is set to Binance and if an exchange name is not specified the bot will log the trade for the Binance exchange. \
The default exchange, among other (market, pair) defaults, can be changed. See [Defaults](/submit-crypto-trades-on-discord/defaults.md)for more info.

<figure><img src="/files/O4xiZlZMfywBRieMmw5F" alt=""><figcaption><p>Example of opening a short position for BTC/USDT at the price of $27171.00 on default exchange</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.

Type in `/open` then select `crypto`.

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

Type in or select an exchange.

Input the ticker & pair with a separator. (I.e. BTC/USDT)

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

Notes can be added and are optional. [Trade Styles](/submit-crypto-trades-on-discord/trade-styles-risk-flags-and-trade-notes.md#trade-styles) (swing, scalp, etc.), [Risk Factor Flags](/submit-crypto-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/8ciNnuxqPfh8ktxkAHxa" alt=""><figcaption><p>Example of opening a long BTC/USDT position on the Binance exchange using 0 for the current market price, and setting style to Long Term</p></figcaption></figure>


---

# 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-crypto-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.
