# Evaluation Rules

These rules define what you need to pass each phase and what will cause a challenge failure.\
Your account is evaluated using both balance and equity. If either one breaches a limit, the challenge ends automatically.

* **Balance** is the value of your account after all closed trades.\
  It does not change while a trade is still open.
* **Equity** is the real-time value of your account.\
  It includes both your balance and the profit or loss from open positions.

#### <mark style="color:$warning;">**Profit Target (Phase 1: 10% - Phase 2: 5%)**</mark>

The profit target is the goal you need to achieve to pass each phase of the challenge.<br>

* In Phase 1, your profit target is 10%.
* In Phase 2, your profit target is 5%.<br>

You will pass the challenge and be eligible for a funded account once you reach the profit target in each phase without violating any of our other rules.

{% hint style="info" %}
When your equity reaches the profit target, all open positions are automatically closed by the system.

You are then moved to the next phase immediately.

This happens automatically and does not require any manual action.
{% endhint %}

#### <mark style="color:$warning;">**Max Drawdown (9% - static)**</mark>

The max drawdown is the total amount your account's balance or equity can drop from its starting value.

* The maximum loss limit for your account is 9%.

{% hint style="info" %} <mark style="color:$warning;">**Example:**</mark>&#x20;

Your account will be automatically closed if your balance or equity drops below $91,000 on a $100,000 account.
{% endhint %}

#### <mark style="color:$warning;">**Max Daily Drawdown (5%)**</mark>

The maximum daily drawdown limit is not fixed to the initial account balance. It is recalculated each day at 00:00 UTC based on your account’s equity at that time. The limit does not move intraday and only updates at the next daily reset.

{% hint style="info" %} <mark style="color:$warning;">**Example: Max Daily Drawdown Calculation**</mark><br>

You have a $100,000 account with a 5% daily drawdown limit.

<mark style="color:$warning;">**Day 1**</mark>

* Your daily drawdown limit is 5% of $100,000 = $5,000
* Your equity or balance must not fall below $95,000 during the day.

\
During the day, you make profits and at 00:00 UTC,&#x20;

* Equity is $103,000
* The system takes $103,000 as the new reference value.

\ <mark style="color:$warning;">**Day 2**</mark>

* Your daily drawdown limit becomes 5% of $103,000 = $5,150.
* Your equity or balance must not fall below $97,850 during Day 2.
  {% endhint %}

#### <mark style="color:$warning;">**Min Profitable Days (2 Days / 3 Days)**</mark>

The minimum profitable days rule has been fixed. Traders must achieve at least 0.5% profit on 2 days in Phase 1 and 3 days in Phase 2.

* The 0.5% target is calculated based on the initial account balance. (e.g., for a $10,000 account, the threshold is always $50)
* Both realized (closed trades) and unrealized PnL (open positions) are included in the day’s calculation.
* Realized PnL is counted on the day the trade is closed, not when it is opened.

A day is considered “profitable” only if your total PnL for that day reaches at least +0.5% of the initial balance at any point during that day.

However:

* Unrealized PnL (open positions) only counts for the current day
* If profits are not realized, they do not carry over to previous days
* When the day changes, unrealized PnL resets in terms of daily tracking and is considered for the new day instead

{% hint style="info" %} <mark style="color:$warning;">**Example 1: Unrealized profit not closed**</mark>

* Initial balance: $10,000 → threshold: $50
* You need 3 profitable days, currently have 1
* Today your open position reaches +$60 unrealized PnL
* You do not close the position today

\ <mark style="color:$warning;">Result:</mark>\
This day will NOT count as a profitable day in later evaluation, since the profit was not realized within the day.
{% endhint %}

{% hint style="info" %} <mark style="color:$warning;">**Example 2: Reaching threshold with an open position**</mark>

* Initial balance: $10,000 → threshold: $50
* You need 3 profitable days, currently have 2
* Your position reaches +$50 unrealized PnL during the day

<mark style="color:$warning;">Result:</mark>\
This day counts as a profitable day immediately.\
To make the process seamless, the system automatically closes your position once the required conditions are met and moves you directly to the next phase. This removes the need for manual action and ensures you don’t lose qualification due to market fluctuations.
{% endhint %}

{% hint style="info" %} <mark style="color:$warning;">**Example 3: Overnight trades**</mark>

* You open a trade yesterday and close it today

<mark style="color:$warning;">Result:</mark>\
The PnL is counted for today, since that is when it is realized.
{% endhint %}

#### <mark style="color:$warning;">**Phase Duration (30 Days)**</mark>

Each evaluation phase must be completed within 30 days. This rule applies only to the challenge phases. There is no time limit once the account becomes funded.

#### <mark style="color:$warning;">**No Additional Rules**</mark>

Multiple accounts, copy trading not allowed. Other than this,\
\
Only the rules listed on this page apply.

There are:

* No consistency rules
* No maximum risk per trade rules
* No hidden or discretionary conditions

You can trade freely within the defined profit targets and drawdown limits.

If a rule is not written here, it is **not enforced**.


---

# 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://hyperpnl.gitbook.io/docs/challenges-101/evaluation-rules.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.
