> For the complete documentation index, see [llms.txt](https://docs.algomojo.com/releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algomojo.com/releases/three-new-expiry-methods.md).

# Three New Expiry Methods

## 🎉**Exciting Update!**

### &#x20;*<mark style="color:blue;">**Introducing Three New Expiry Methods for Option Trading on Algomojo!**</mark>*

Algomojo, the leading trading platform, has rolled out three innovative expiry methods tailored for option traders, enhancing flexibility and strategic maneuvering in the market. Here's what each method entails:

1. **Always Current Expiry:** \
   This method keeps traders focused on the current expiry, ensuring they capitalize on real-time trading opportunities as they unfold.
2. **Always Next Expiry:** \
   With this feature, traders can plan ahead by concentrating on the next expiry, allowing for strategic positioning and anticipation of market movements.
3. **Always Current Monthly Expiry:** \
   Targeting the monthly expiry, this method offers stability and facilitates long-term planning for traders seeking more enduring positions in the market.

These new expiry methods empower traders with enhanced flexibility, enabling them to optimize their trading strategies and make more informed decisions amidst the dynamic options landscape.

<br>


---

# 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.algomojo.com/releases/three-new-expiry-methods.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.
