# Trade Guide

## How to open a position?

**Step 1:** Choose a pair in which you want to open a position

<figure><img src="/files/gSBKAg6vxGUyE3EcrLkC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/B6URMjM649wPERS9MCs2" alt=""><figcaption></figcaption></figure>

**Step 2:** Choose order type

<figure><img src="/files/GebMIrR6kL7BRfavJVtG" alt=""><figcaption></figcaption></figure>

* **Market:** To be used to opening a trade immediately. It will open at the market price (+ spread).
* **Limit:** To be used when you want to go long at a lower price than present, or to go short if the price reaches a higher price than present. The execution price is the determined limit price + spread.
* **Stop:** To be used when you want to go long if the price reaches a higher price than present, or to go short if the price reaches a lower price than present. You might want to use this to long a breakout, or short a breakdown. The execution price is the determined stop price + spread.

**Step 3:** Choose a position type

<figure><img src="/files/5R0553eW7isq2nkCqUlb" alt=""><figcaption></figcaption></figure>

**Step 4:** Enter the remaining fields for your order

<figure><img src="/files/LnYN33aBml4oIvUuumPy" alt=""><figcaption></figcaption></figure>

* Collateral
* Leverage
* Take profit
* Stop loss

**Step 5:** Review your order and open your position

<figure><img src="/files/Tv89FvpQlcjRQRcJSADC" alt=""><figcaption></figcaption></figure>

## How to cancel an order?

**Step 1:** Open your orders list

<figure><img src="/files/UyVjE6qEbTcySeQmXtB9" alt=""><figcaption></figcaption></figure>

**Step 2:** Choose the order you want to cancel and click on the X button, then confirm the transaction

<figure><img src="/files/H6iAKwOEDvEw1gWgAeHV" alt=""><figcaption></figcaption></figure>

## How to close a position?

**Step 1:** Open your positions list

<figure><img src="/files/QDeo8l9AOwYtpg2YQ4to" alt=""><figcaption></figcaption></figure>

**Step 2:** Choose the position you want to cancel and click on the X button, then confirm the transaction

<figure><img src="/files/7FrsMCJdXj6Xc9sKjLL4" alt=""><figcaption></figcaption></figure>

## How to adjust a position?

**Step 1:** Open your positions list

<figure><img src="/files/IY7xKGkswowxJS2rSoAR" alt=""><figcaption></figcaption></figure>

**Step 2:**  Choose the position you want to adjust and click on the adjust button; adjust your position, then click update or ESC if you don't want to make an adjust

<figure><img src="/files/IqYuN4SJr446CEDyiEuz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TOzksiz3CCrNq0z4Jzbz" alt=""><figcaption></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.ashswap.io/ashperp/trade/trade-guide.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.
