> For the complete documentation index, see [llms.txt](https://references.everstrike.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://references.everstrike.io/ai/roadmap.md).

# Roadmap

Here is a list of features and improvements which are currently being implemented and rolled out for Everstrike's AI mode:

* More model input data (fundamental, technical, price and news data)
* More model context (open positions, order history, past trades)
* More user control (custom order flags, event-based triggers, model temperature and creativity settings)
* Additional models (Claude, Gemini, Mistral, Everstrike)
* MCP servers (tools for independent AI agents to connect to and interact with Everstrike)
* Improved Assistant (real-time market data access, access to user position data, options trading support, larger context window)
* Everstrike CLI (Cursor-like CLI tool for vibetrading through the command line)
* Learning mode (adaptively improve strategies based on live performance)
* Model ensembles (combine several models for a single strategy)
* Market screener (scan hundreds of markets with AI to identify real-time trading opportunities)

Follow our [X](https://x.com/evestrike_dex) and [Telegram](https://t.me/evestrike_dex) for updates and feature annoucements.


---

# 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://references.everstrike.io/ai/roadmap.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.
