> For the complete documentation index, see [llms.txt](https://docs.optiontrack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optiontrack.io/product-guides/closing-a-position.md).

# Closing A Position

## How to Close an Open Position in Option Track

Most of your trades will expire worthless, and when this happens you need to go inside Option Track and close your position.&#x20;

This is the way in which Option Track knows that you're no longer going to be rolling a trade, and that it has expired worthless.

It's important that you close positions that expire worthless, as this is how Option Track will also calculate your net profit or loss in closed positions.

### 1 - Select an Open Position in Your Dashboard

First things first, with your dashboard open, click on the position that you wish to close.

The details of your active position will show up in a popup. You will then be able to mark your trade as expired.

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

### 2 - Expired PUTs vs Expired CALLs

When you mark a call option as expired, you will have the possibility of placing another call option without closing the trade.

Expired call options shouldn't be turned into a closed position. This is due to the nature of still being in control of shares that were assigned to you. We only close positions when we get rid of assigned shares, or when our PUT options expire worthless.

Expired PUT options on the other hand will allow you to simply close your position.


---

# 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.optiontrack.io/product-guides/closing-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.
