All posts

Prop firms

Running an EA in a prop firm challenge

19 June 2026 · 6 min read · King Trading Zone

Plenty of challenges fail while the account is still in profit. Not because the trading was bad, but because a rule was broken that the trader never read. Automation makes this worse: a bot follows its instructions perfectly, including the ones that violate the agreement.

1. Is the EA allowed at all?

Some firms permit expert advisors freely, some ban them, and many sit in between: your own bot is fine, a commercially sold one is not, and a bot that many funded traders run simultaneously counts as prohibited copy trading. Get this answer in writing from support before you pay the fee.

2. How is the daily loss limit measured?

This clause ends more challenges than any other. Some firms measure from the previous day's closing balance, others from peak equity, and the difference is enormous for a strategy holding open positions overnight. Floating losses usually count. A grid sitting in a 4% unrealised drawdown can breach a 5% daily limit without closing a single trade.

Set the bot's own daily stop below the firm's limit, and have it halt rather than hope.

3. What happens at the weekend and around news?

Each of these needs to be a filter inside the EA. Remembering to do it manually works until the one Friday you are away from the screen.

4. Minimum trading days and consistency rules

A bot that hits the profit target in three days can fail a challenge requiring ten trading days. A newer and stricter rule caps how much of your total profit may come from a single day — clear the target in one lucky session and the payout is denied. Configure the bot to trade at a steady pace rather than sprinting.

Before you load the bot

Read the rulebook, write each rule down as a number, and confirm the EA has a setting that enforces it. If a rule cannot be enforced in the bot, it will be broken eventually.

5. Lot size limits and scaling

Firms usually cap the maximum lot size and total open volume. An EA that sizes as a percentage of balance can exceed that cap on a larger account without warning. Set a hard maximum in the inputs, below the firm's limit, and test that the bot respects it.

A realistic view

The challenge is a risk-management exam wearing the costume of a profit target. The most reliable approach is dull: small size, the same routine every day, a daily stop that triggers well before the firm's, and no attempt to finish early. Passing slowly still pays.

Running a challenge? We'll configure the limits.

Message on WhatsApp

Keep reading

More from the journal

MT5

Five MetaTrader settings that quietly break a working EA

The bot compiled, the smiley face is there, and nothing happens. Usually it is one of these five, and none of them raise an error.

6 min read 14 August 2026
Diagnostics

The bot didn't take the trade: reading the MT5 log

Journal, Experts, and the return codes that explain a missing trade in one line. 10016, 10019, 10027 and what each one really means.

6 min read 9 August 2026
Portfolio

Running two bots on one account without them fighting

Magic numbers are the easy part. Shared margin, stacked exposure and correlated pairs are what actually blow the account up.

6 min read 5 August 2026