> For the complete documentation index, see [llms.txt](https://docs.stockhero.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stockhero.ai/major-updates/stockhero-v2-the-best-is-not-enough/stockhero-v2.5.md).

# StockHero V2.5

Release Date: Oct 03, 2023

#### New StockHero V2.5 Is Out!

The best stock trading bot just got better with our latest version! New features include:

* Revamped Web App with brand new UI!
* 1 minute trading frequency
* Extended trading hours support
* Many other minor features
* Several backend performance improvements

Read on for details on some of the features listed above!

#### Brand New Web App

After six long months consulting with users and designers, we are proud to launch our new web app boasting a brand new look. Login to our brand [new Web App](https://app.stockhero.ai/login) now and let us know what you think! If you are still seeing the old login page, please do a force-refresh on your web browser.

We strongly recommend using our Web App for optimal user experience.

Check out the new [StockHero Web App](https://app.stockhero.ai/login)!

#### 1 Min Trading - A Technological Achievement

Trading one-minute market data requires a very sophisticated infrastructure and software design. After several months of development, we are pleased to offer our advanced 1 minute trading frequency feature to day traders and users who prefer very active bots. This feature is only available to Professional subscribers. We will also be offering a 1 minute trading frequency bot to the Bots Marketplace by October 8th. Please check our Bots Marketplace shortly.

#### Extended Trading Hours

You asked and we delivered! Extended trading hours is now supported on a per-bot basis. As of now, this feature is only available for TradeStation brokerage. We recommend TradeStation as our preferred brokerage as we have worked with them the longest. Sign Up with TradeStation and receive Cash Bonus!


---

# 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.stockhero.ai/major-updates/stockhero-v2-the-best-is-not-enough/stockhero-v2.5.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.
