> For the complete documentation index, see [llms.txt](https://docs.supertrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supertrade.com/rulebook/evaluation-requirements/minimum-trading-days.md).

# Minimum Trading Days

Minimum Profitable Trading Days rule requires you to achieve a net profit on a specific number of unique calendar days. This ensures your success comes from consistent, disciplined trading rather than a single lucky trade.

{% hint style="info" %}
**For example**, if the requirement is 5 days, you must close at least 5 separate days with a positive net PnL of 0.5%. If you hit your profit target in 2 days, you must continue trading for 3 more days, maintaining profitability on those days, to pass the phase.
{% endhint %}

To qualify, the day must end in a net positive return after all fees and commissions are deducted. Opening and immediately closing a micro-lot to "trick" the system violates consistency policies. You must also hit your overall profit target and stay within all drawdown limits to successfully complete the phase.


---

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

```
GET https://docs.supertrade.com/rulebook/evaluation-requirements/minimum-trading-days.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.
