> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/models/fvg-model-tm/statuses.md).

# Statuses

FVG Model Statuses

The FVG Model tracks the complete lifecycle of every detected setup, categorizing each model into one of three distinct statuses.

### Active

A model enters the "Active" status the moment a valid FVG model is confirmed — meaning a sweep has occurred, a market structure shift (CISD or MSS) has been validated, and the HTF Fair Value Gap has been mapped onto the LTF chart. The standard deviation projections are drawn and the model is actively being tracked against live price action.

An active model will remain in this state until price either reaches the take-profit level or breaches the stop-loss level.

### Completed

A model transitions to "Completed" when price action successfully reaches the standard deviation take-profit target. This means the trade thesis played out as expected — the sweep was genuine, the structure shift was confirmed, and price delivered into the projected target zone.

Completed models remain visible on the chart (unless filtered out via the Status dropdown) to serve as historical reference for backtesting and pattern recognition.

### Failed

A model becomes "Failed" when price breaches the stop-loss level (1 standard deviation on the opposing side of the anchor) before reaching the take-profit target. This indicates the sweep was either a false signal or the market structure shift was not sustained.

* **Hide Failed Models**: When this toggle is enabled, failed models are automatically removed from the chart, preventing visual clutter and keeping your focus on active and completed setups.

### Status Filter

The **Status** dropdown in the Settings group allows you to filter which models are displayed:

* **All**: Shows every model regardless of status.
* **Active**: Only shows models that are currently live.
* **Completed**: Only shows models that successfully reached their target.
* **Failed**: Only shows models that were invalidated.


---

# 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.candelacharts.com/models/fvg-model-tm/statuses.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.
