> 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/new-generation-mobile-apps.md).

# New Generation Mobile Apps

July 2nd, 2026

Trading on the go has never been easier. We are proud to introduce the completely redesigned StockHero Mobile App for Android and iOS, bringing the power of intelligent stock trading automation directly to your fingertips.

Over the past two years, our team has invested countless hours designing, testing, and refining every aspect of the app. Guided by extensive user feedback, we went through multiple design iterations with one clear mission: create the simplest and most intuitive mobile trading experience without compromising on the advanced features that StockHero users love.

The result is a modern, streamlined app that allows you to build, manage, and monitor your trading bots anytime, anywhere. Whether you’re new to automated trading or an experienced investor, the new mobile app makes it effortless to stay connected to the market and take action with confidence.

Launching with a stunning new dark theme, the app delivers a sleek, immersive experience that is both beautiful and functional. A light theme will be released in the coming weeks, giving users even more ways to personalize their trading experience.

The new mobile app also introduces powerful new capabilities. Traders can now take advantage of the **Momentum Strategy Bot**, designed to identify and capitalize on strong market trends, while the new **Stock Performance Indicator**provides instant insights into a stock’s overall performance, helping you make smarter trading decisions at a glance.

This launch represents much more than a new app – it marks the beginning of the next chapter for StockHero. We remain committed to continuous innovation, with even more features, AI-powered capabilities, and performance enhancements already on our roadmap.

Download the new [StockHero Mobile App](https://www.stockhero.ai/) today and experience a faster, smarter, and more intuitive way to automate your stock trading wherever you are.


---

# 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/new-generation-mobile-apps.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.
