> For the complete documentation index, see [llms.txt](https://docs.stablejack.xyz/stablejack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stablejack.xyz/stablejack/product-overview/copilots/indicator-tracker.md).

# Indicator Tracker

StableJack’s Indicator Tracker is an AI-powered monitoring tool that helps users track important market indicators, technical signals, and strategy conditions over time.

Instead of manually checking charts, price levels, trend changes, momentum signals, volatility, or other market conditions throughout the day, users can rely on Indicator Tracker to help monitor the signals that matter to their trading strategy. This makes it easier to stay aware of market changes without constantly watching the screen.

**Indicator Tracker is especially useful for traders who follow specific setups, technical indicators, or market conditions before entering or managing a position.** For example, a user may want to track whether an asset breaks a key resistance level, loses momentum, approaches a support zone, or triggers a condition that affects their trading plan.

**The main benefit of Indicator Tracker is that it helps users trade with more discipline and less manual workload.** Many traders miss opportunities or react too late because they cannot monitor every asset and every signal at the same time. Indicator Tracker helps reduce this problem by keeping important conditions visible and organized.

In simple terms, Indicator Tracker helps users monitor the market conditions that matter to their strategy, so they can make faster, more informed, and more structured 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.stablejack.xyz/stablejack/product-overview/copilots/indicator-tracker.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.
