> For the complete documentation index, see [llms.txt](https://docs.tradoor.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-perps-101/how-to-navigate-tradoors-perps-trading-page/what-do-the-long-and-short-button-mean.md).

# What do the "long" and "short" button mean?

### (J) Long and Short

The "Long" and "Short" buttons are essential features that allow traders to open positions based on their market outlook. Here’s a breakdown of what each button means and the information they provide:

<div align="left"><figure><img src="/files/MIvT0VEcsfhi5b9GrpYl" alt="" width="375"><figcaption></figcaption></figure></div>

## **FAQs:**

* [**Long Button**](#long-button)
* [**Short Button**](#long-button)
* [**Importance of understanding Long and Short for traders**](#importance-of-understanding-long-and-short-for-traders)

***

**Long Button**

* Definition: The "Long" button is used to open a long position, meaning the trader is betting that the price of the asset will increase.
* Purpose: By clicking this button, traders seek to profit from rising prices. For example, if a trader believes that Bitcoin’s price will go up, they would click the "Long" button to enter a position.
* Information Provided:
* * Leverage Options: When selecting a long position, you will see options to choose their desired leverage (e.g., 2x, 5x, 10x), allowing them to control a larger position than their initial capital.
  * Potential Profit/Loss: There is a display showing potential profits and losses based on the current price and the selected leverage.
  * Margin Requirement: Information about the required margin to open the long position is also displayed.

#### **Short Button**

* Definition: The "Short" button is used to open a short position, indicating that the trader expects the price of the asset to decrease.
* Purpose: By clicking this button, traders aim to profit from falling prices. For example, if a trader believes that Ethereum’s price will decline, they would click the "Short" button to enter a position.
* Information Provided:
* * Leverage Options: Similar to the long position, traders can choose leverage when opening a short position, which affects their potential profits and risks.
  * Potential Profit/Loss: Potential profits and losses for the short position based on the current price and selected leverage are also displayed..
  * Margin Requirement: Information regarding the margin needed to maintain the short position is also provided.

#### **Importance of understanding Long and Short for traders**

* Market Strategy: The availability of both long and short options allows traders to implement various strategies based on their market outlook, whether bullish or bearish.
* Flexibility: These buttons provide flexibility to traders, enabling them to respond to market movements and capitalise on different trading opportunities.
* Risk Management: Understanding the implications of long and short positions helps traders manage risk effectively, as each position type carries its own risk profile.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-perps-101/how-to-navigate-tradoors-perps-trading-page/what-do-the-long-and-short-button-mean.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
