# Breakeven Filter

{% hint style="info" %}
In the Breakeven Filter you set a range for which trades to count as "breakeven" AKA they weren't wins or losses. These trades are excluded from all win rate statistics and don't affect the percentage.\
\
**Example:** You trade a $100 000 account and when you exit trades at that win or lose you less than $10 you don't want to count them towards your wins or losses. So you set a Breakeven filter for $10 and now all trades that lose or win less than $10 are ignored for win rate statistics
{% endhint %}

***

## Where to find it

You can either find it by pressing the ![](/files/ZEoKf96KpfgYPeBA8Hg7) button on the homepage  ![](/files/54xna9JXsv2v0PGWvUs7)\
\
Or by going to the settings page:

{% embed url="<https://tradestream.xyz/account/preferences>" %}

***

## Setting it

<figure><img src="/files/UpSMfmenOluK5qgAksEn" alt=""><figcaption></figcaption></figure>

Ensure you press ![](/files/wvuoUYlgC96tPu6beYLy) after setting your breakeven filter settings to make sure they're applied. Also ensure the Breakeven Filter is enabled for it to work.


---

# Agent Instructions: 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:

```
GET https://docs.tradestream.xyz/general/breakeven-filter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
