Updated 2026-04-17
E8 Markets EA & Bot Policy Rule Explained
E8 Markets
Quick Answer
E8 Markets allows EAs and bots with restrictions: one strategy per user, 2000 server requests daily, 2000 max positions daily.
Automated trading is permitted but limited to one unique strategy per trader across all accounts. The policy includes daily caps of 2000 server requests and 2000 maximum positions. Violating these limits or running the same EA as another user results in account termination.
Key Rule Details
EAs Allowed
Yes
Restrictions
EAs allowed; one strategy per user — multiple user
HFT
Prohibited at all firms
Arbitrage
Prohibited at all firms
Copy Trading
Allowed
Calculation Example
Common Mistakes
Sharing EA with others
Multiple users running identical EAs triggers automatic detection systems at E8 Markets. Even if you developed the EA yourself, sharing it with friends or selling it to other E8 traders will result in all accounts using that strategy being terminated. This applies even if the other users are trading different account sizes or timeframes.
Exceeding server request limits
High-frequency EAs can easily exceed the 2000 daily server request limit without proper throttling. An EA that checks prices every 10 seconds would make 8640 requests per day, far exceeding the limit. This commonly happens with scalping bots or EAs running on multiple timeframes simultaneously, leading to account suspension.
Opening too many positions
Grid trading and martingale EAs frequently breach the 2000 daily position limit during volatile market conditions. A grid EA opening positions every 10 pips on EURUSD during a 200-pip trending day could easily open 400+ positions in a single session. Multiple currency pairs or high-frequency strategies compound this issue rapidly.
Running same EA differently
Traders assume modifying EA parameters makes it unique, but E8 Markets detects core strategy similarities regardless of settings changes. Using the same base EA code with different lot sizes, timeframes, or currency pairs still counts as the same strategy. Even recompiling or renaming the EA doesn't bypass their detection systems.
Protection Strategies
Set personal request limit to 1500
Configure your EA to make maximum 1500 server requests daily, leaving 500 requests as buffer below E8's 2000 limit. Implement request counting in your EA code and halt trading when approaching this threshold. This prevents unexpected spikes from causing violations during high-volatility periods.
Limit EA to 1500 positions daily
Program your automated strategy to stop opening new positions after reaching 1500 trades per day, maintaining a 500-position safety margin. Track position counts within the EA itself and disable new entries when approaching this limit. This is especially critical for grid, scalping, and high-frequency strategies.
Monitor EA activity with alerts
Set up real-time monitoring for server requests and position counts with alerts at 75% of daily limits (1500 requests, 1500 positions). Use MT4/MT5 logging or third-party monitoring tools to track these metrics continuously. Configure email or mobile alerts to warn you before approaching E8's enforcement thresholds.
Use completely original EA code
Develop your automated strategy from scratch or purchase exclusive EAs that guarantee single-user licensing. Avoid popular free EAs, shared strategies from forums, or common commercial products that other E8 traders might use. Document your EA's uniqueness and maintain exclusive control over the codebase to prevent inadvertent duplicates.
Related Rules
E8 Markets Comparisons
Frequently Asked Questions
PropSize iOS App
Position sizing without the spreadsheet.
Firm rules built in
FTMO, FundedNext and FundingPips pre-loaded. No manual entry.
Remembers your session
Last firm, account size, and instrument saved between opens.
Works offline
Calculate positions without internet. Gold contract sizes handled.
Disclaimer: This guide is for informational purposes only and does not constitute financial advice. Prop firm rules change regularly — always verify current terms on E8 Markets's official website before purchasing a challenge. Updated 2026-04-17.