# Triggers

#### Long positions

* **`BTO`** - Buy to Open
* **`STC`** - Sell to Close

#### Short positions

* **`STO`** - Sell to Open
* **`BTC`** - Buy to Close

{% hint style="info" %}
**Triggers & tickers are not case sensitive.**&#x20;
{% endhint %}

## Trigger Aliases

These are alternative triggers.

{% tabs %}
{% tab title="Open (Long/Short)" %}
Open *(long)* / Open Long / Open Short\
Opening *(long)* / Opening Long / Opening Short\
Long / Going Long\
Short / Shorting / Going Short\
Buy / Buying / Bought - *Note: As of now, these are long or BTO. **Not closing short.***<br>
{% endtab %}

{% tab title="Close (Long/Short)" %}
Close / Closing\
Sell / Selling / Sold - *Note: As of now, these are closing long or STC. Not opening short.*&#x20;

Cut / Cutting - *Note: Not to be mistaken with trim/partial.*&#x20;
{% endtab %}
{% endtabs %}


---

# 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/submitting-forex-trades-on-discord/triggers.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.
