# Daily Expected Range

The standard deviation of the last 30 Daily Returns from account balance entries. It is only "Daily" if account balances are entered daily. If you enter them weekly, for example, this would be your weekly expected range.

A standard deviation, or expected range, means the actual number should fall within the range 68% of the time. So in this case, based on your previous account movement, you can expect your [Account Balance (Net Liq.)](/wingman-concepts/all-metrics-and-terms/account-balance-net-liq..md) to have a [Daily Return](/wingman-concepts/all-metrics-and-terms/daily-return.md) within this range on 68% of days.

Ultimately, it's a great risk measure to compare to other traders or across your multiple accounts if account balances are entered consistently. Just make sure whatever your comparing is also entered daily (same interval).


---

# 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.wingmantracker.com/wingman-concepts/all-metrics-and-terms/daily-expected-range.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.
