> 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/getting-started/stock-performance-indicator.md).

# Stock Performance Indicator

***IMPORTANT: Please read Disclaimer section stated below***

With the launch of Version 4, StockHero introduces the Stock Performance Indicator, giving users an immediate visual representation of each stock’s performance within its respective Marketplace strategy. Exact APY values are intentionally omitted, as they are subject to ongoing changes.

The Stock Performance Indicator is displayed in each of the strategy's details page.

<table><thead><tr><th width="149.875">Color</th><th>Performance</th></tr></thead><tbody><tr><td><img src="/files/dPm1eRYbpXpdI0R113WS" alt="" data-size="original"></td><td>Highest APY</td></tr><tr><td><img src="/files/RQZpIAKUKiOl2kLXlzMn" alt=""></td><td></td></tr><tr><td><img src="/files/ax5WzLfUsIapXTpRT0EA" alt=""></td><td></td></tr><tr><td><img src="/files/rP4i4fFFrPAdxB72wS3a" alt=""></td><td></td></tr><tr><td><img src="/files/flUq4hjgbWf3nm0KJFsJ" alt=""></td><td></td></tr><tr><td><img src="/files/qLhGE2DNeJdreQOQSBjZ" alt=""></td><td>Lowest APY</td></tr></tbody></table>

**The percentage value besides the symbol represents the weekly volatility. The higher the value, the greater the volatility.**

### What is a Volatility Index?

A **volatility index** for a stock is a measure of **how much the stock's price fluctuates over time**. It does not tell you whether the stock will go up or down. It simply tells you how "wild" or "calm" the price movements are.

Imagine two stocks:

* **Stock A** moves between **$90 and $100** every day.
* **Stock B** moves between **$80 and $110** every day.

Even if both stocks end the year with the same return, **Stock B is much more volatile** because its price swings are much larger. The greater the volatility, the greater the chances a trade will occur.

A higher volatility means:

* Larger daily price swings
* Greater potential gains
* Greater potential losses
* Potentially more trades

A volatility indicator could help users quickly understand how risky a stock is before deploying a bot.

### Disclaimer

Any information provided in this article is not intended to be a substitute for professional advice from a financial advisor, accountant, or attorney. You should always seek the advice of a professional before making any financial decisions. You should evaluate your investment objectives, risk tolerance, and financial situation before making any investment decisions. Please be aware that investing involves risk, and you should always do your own research before making any investment decisions.

**Past performance is not indicative of future results. All investments and trading carry the risk of loss, and you should only invest/trade money that you can afford to lose. It is strongly recommended that you seek independent financial advice from a qualified professional before making any investment/trading decisions.**


---

# 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/getting-started/stock-performance-indicator.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.
