> For the complete documentation index, see [llms.txt](https://docs.propfunding.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propfunding.com/disallowed-strategies/high-frequency-trading-hft.md).

# High-Frequency Trading (HFT)

HFT relies on executing thousands of trades per second using automated algorithms to capitalize on small price movements. While effective in institutional settings, it overloads trading servers and disrupts liquidity flow in simulated environments.

* **Why it's banned:** The strategy creates artificial volatility, strains platform infrastructure, and does not align with sustainable trading practices.

### Other Prohibited Strategies

* **Account Sharing:** Using multiple identities to own more than one account per cohort
* **Multi-Account Hedging** — Owning two or more accounts and placing opposing trades across them (e.g., buying EUR/USD in one account while selling it in another) as a way to bypass challenge rules and manipulate pass rates.
* **Account Sharing or Passing Programs -**  Allowing others to trade on your behalf or participating in programs that offer to pass the evaluation for you
* **Use of Masked Expert Advisors (EAs) -**  Using commercially available EAs without proper disclosure or attempting to hide their usage is forbidden.
* **Copy Trading and Signal Services -**  Relying on third-party signal services or copying trades from other traders undermines the evaluation of individual trading skills and is not permitted.

Multi-account hedging distorts real trading evaluation and goes against the spirit of skill-based trading. Any accounts detected engaging in this practice will be subject to immediate disqualification.

By enforcing these rules, we ensure a level playing field where traders can succeed based on skill, strategy, and risk management—not loopholes or exploitative tactics.


---

# 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.propfunding.com/disallowed-strategies/high-frequency-trading-hft.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.
