> For the complete documentation index, see [llms.txt](https://academy.horizonprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.horizonprotocol.com/english-v2/futures/guides/trading-futures-on-horizon-protocol/4.-close-a-position.md).

# 4. Close a Position

A position can be closed totally or partially by the trader at any time. These  actions make the margin (with its corresponding profit or loss) available for following trades or to be withdrawn from the Account Manager.

### Full Close

In order to close the position in its full size, traders can go to the Positions tab and use the Close button at the right of the selected Position without changing the preset 100%.

<figure><img src="https://lh7-us.googleusercontent.com/8DlHXVZ3YxZ92ftLinf0VRigCC2kRFj16PzJ_gV5savPrmM0fMb1YJmnRO2QzTYZV25kwO8Q8ncnmdXiUON-qES5UONXkigA25Q9QH6Dg4R5fykon5pnt5ITuN9KG_ubzlIUt1MEPg71JG6Az0HgTnY" alt=""><figcaption></figcaption></figure>

Additionally, users can close the position by clicking on the "x" shown next the current PNL in the chart.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/HjRmWx1o2VLXwJAP6a31MQRs9J6uFlRU8vL4eNLyPgMK4FjKW-OkGAaUf0Yx9sLMeZgzWtO_3UO_at2I05PXd2eVorIpBvXK-zeR840R-SekeY6W9ggaklg_xixENvmvYV3SIh7KuKyN609ba6WUeTQ" alt=""><figcaption></figcaption></figure>

### Partial Close&#x20;

Positions can also be partially closed by changing the percentage in the Close button to one of the preset values ranging from 10% to 75%.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/GbqzfwykCj9wPh__aIvUsBZN4elCYFPpA2Rm7sSt83B1GVzEAD-g5n_W1SKNL1ndwpRvpJcSzag3VpKgxhuANUzHn13Xm2PbLlAJ4Q1G55CnbJlcVSppWduztJU69ckMYBRh5mQaWLHrR-gmuOlSpFM" alt=""><figcaption></figcaption></figure>

This action will reduce the size of the position and make a portion of the margin available for following trades or to be withdrawn from the Account.&#x20;

***

Now you know how to open and close a position on Horizon Futures. Let's explore how to modify or cancel an order that hasn't been triggered yet.&#x20;


---

# 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://academy.horizonprotocol.com/english-v2/futures/guides/trading-futures-on-horizon-protocol/4.-close-a-position.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.
