Can AI Pass a Prop Firm Challenge? The Direct Answer, and the Three Things the Question Hides
Key takeaways
- Yes, automated software passes prop firm evaluations. Expert advisors are commonly permitted on at least some account types, but permission varies by firm, account and platform and it changes, so confirm it on the firm's own site or in writing with support.
- Most products sold as AI in this market are deterministic rules in code. That is not a scandal, and for risk enforcement it is the better design, because a hard limit should behave identically every time.
- A general purpose language model does not place orders, does not see your equity in real time and does not know how close you are to a daily limit. Asking a chatbot for a strategy is not automation.
- Approval is decided by four boring things: staying inside the daily loss limit, staying inside maximum drawdown, satisfying minimum days and any consistency rule, and reaching the target with room left over.
- Passing is the easy half. Only 1 to 3 percent of funded traders keep the account long term, which is where the real problem lives.
- Judge the answer by evidence: gain shown next to real maximum drawdown on named accounts you can open, never by a promise of approval.
Can AI pass a prop firm challenge? The direct answer
Yes. Automated software passes prop firm evaluations, and it is common enough to be unremarkable. Prop firms commonly permit expert advisors on at least some account types, though permission is structured differently by firm, by account and by platform, and firms revise it, so read the rulebook on your own firm's site before you automate anything. So the short answer to can AI pass a prop firm challenge is yes, with that condition attached. The longer answer matters more, because the question carries three assumptions with it, and each one leads people to buy the wrong product.
The first assumption is that AI means a learning model. In this market it usually does not. The second is that passing is the hard part. It is the easy part. The third is that a chat model could do the job with a good enough prompt. It cannot, because it never touches your account.
One disclosure first, since it changes how you should read the rest. This blog is published by PraxAI, and we sell trading automation to prop firm traders, which is a direct conflict of interest on this exact question. Where we cite our own numbers further down, we say where they are published so you can open the account and check the curve yourself. For the wider survey of the category, start with our guide to [AI trading bots for prop firms](/blog/best-ai-trading-bot-prop-firms-2026).
Confusion one: most AI in this market is an EA with fixed rules
Open the panel on most software sold under this label and you find if then statements. If the daily loss reaches the number you set, close the position and stop trading. If spread is wider than this threshold, do not enter. If a high impact event falls inside the window, pause. Nothing there is learning. It is a decision a human wrote down in advance and the machine executes without discretion.
That is worth saying plainly rather than as an accusation, because deterministic rules are not a downgrade. For the part of the job that decides whether you pass, they are the correct design. A loss cap that behaves the same way every single time is a better cap than one that weighs the situation and decides whether the limit applies today. Determinism also makes any claim checkable: run the same period twice and compare the trade lists line by line.
The problem is narrower than the label: paying a premium for two letters that do not describe the product, and being unable to get a straight answer about which part learns and which part is a rule. The test for that is set out in [how to tell whether a trading bot is actually AI](/blog/is-any-trading-bot-actually-ai). Ask any vendor to name the parts of their own software that are not AI. An honest one will do it in a sentence.
Confusion two: passing is the easy half of the problem
An evaluation is a closed problem with published constraints. There is a target, a set of limits, usually a minimum number of trading days, and a defined finish. Any system that follows a risk policy without negotiating can work inside a specification like that, which is why the answer to the headline question is yes.
A funded account is an open problem. There is no finish line, so the only way to end it is to break a rule or to give the profit back. This is where the number that actually describes the industry lives: only 1 to 3 percent of funded traders keep the account long term. That figure, not a pass rate, is the one to hold in your head when you decide what to buy. Repeat challenge fees can add up to 2,400 dollars a year for a trader who keeps restarting.
The failure modes after funding differ from the ones during an evaluation, and they are covered in [why funded traders lose the account](/blog/why-funded-traders-lose-the-account). If you are buying software to reach a payout rather than to clear a fee, read [how the first payout timeline actually works](/blog/first-payout-timeline) before you buy. A product optimised to hit a target inside a window is not automatically one that survives the year after it.
Confusion three: can ChatGPT trade your prop firm account?
No, and the reason is structural rather than a matter of capability. A general purpose language model has no connection to your broker. It does not place orders, does not see your equity change tick by tick, does not know how many dollars you have left before today's loss limit, and is not running while you sleep. It answers a question at the moment you ask it, using the text you paste in.
That makes it a reasonable tool for reading a rulebook, explaining what a trailing drawdown does, or checking arithmetic. It is not automation. Asking a chat model for a strategy gives you a description, and a description does not size a position, attach a stop, or shut the account down when a limit approaches. Every part of a challenge that is actually hard happens in the gap between having a strategy and executing it consistently for weeks.
There is a second problem underneath the first. A model producing plausible text is not accountable for the number it produces. If it suggests a lot size that leaves you 0.4 percent from a daily limit, nothing in the system stops that order. The stop has to exist as code sitting between the decision and the broker, with your firm's limits set inside it.
What actually decides whether an AI prop firm challenge attempt is approved
Strip out the marketing and approval comes down to four things. All four are constraint problems, which is the reason software does well at them and the reason the reasonable version of the answer is yes.
Every one of these is commonly structured differently by firm, by account type and by platform, and firms revise them. Nothing here states any firm's current rules. Open your own firm's rulebook, write the four numbers down, and screenshot the page with the date on it.
- The daily loss limit. Usually the fastest way to end an evaluation, because it can be breached in a single session. The distinction that catches people out is between the daily limit and the overall figure, explained in [daily loss versus maximum drawdown](/blog/daily-loss-vs-max-drawdown).
- Maximum drawdown. Whether it is measured on balance or on equity, and whether it trails your peak, changes what the same trade history does to your account.
- Minimum trading days and any consistency rule. A system that reaches the target in three days can still fail on structure, and consistency requirements catch a single outsized winner. The mechanics are in [the prop firm consistency rule explained](/blog/prop-firm-consistency-rule-explained).
- Reaching the target with margin left. This is the one most people never measure. Two accounts can both reach 10 percent, one with 2 percent of drawdown used and the other with 9. Only one was under control.
What automation does well, and what it does not fix
The honest case for software here is narrow and it is behavioural. Code does not feel fear at the fourth losing trade, does not revenge trade after a bad morning, does not widen a stop because the position is almost back, and does not decide that today is an exception. It also does the arithmetic a human will not do at speed: measure the distance to the daily limit before every entry, and refuse the order if taking it would put the account inside the buffer.
The list of things it does not fix is just as short. A rule change at your firm can invalidate a configuration overnight, which is why an update policy matters and why [what happens when prop firms change the rules](/blog/when-prop-firms-change-the-rules) is worth reading before you commit. Execution is real: slippage, spread widening and a position moving during the close all sit between the intended stop and the filled one, which is why an internal limit should sit below the published one rather than on it. And no configuration removes market risk. A system can follow every rule perfectly and still have a losing month.
One area needs a specific warning. On futures, whether you may run automation at all depends entirely on each individual firm's policy. We will not tell you that bots or expert advisors can run at Apex, Topstep, Tradeify or any other named futures firm, because that is the firm's decision and it changes. Ask support directly and get the answer in writing before you pay for anything.
What a verifiable answer to this question looks like
Since anyone can claim their software passes challenges, the only version of the claim worth anything is one you can open and inspect. Here is ours, stated as what we publish rather than as an independent audit, because it is not one.
PraxAI publishes 24 approved challenge accounts at praxai.io/results. Each one shows the interactive equity curve and, next to the gain, the real maximum drawdown that produced it. The firms include FTMO, The5ers, E8 Markets, The Funded Trader, FundedNext, Instant Funding, Alpha Capital, FunderPro and FundingPips. Named examples from that page: an FTMO 100K at plus 10.28 percent with 1.96 percent maximum drawdown over 12 days, an E8 Markets 200K at plus 8.31 percent with 1.73 percent over 14 days, and an Instant Funding 100K at plus 10.33 percent with 1.19 percent over 9 days.
The number we would point at is not any of the gains. It is that the highest maximum drawdown across all 24 accounts is 3.35 percent, because that describes how much room was left when the target was reached. Those figures are published by PraxAI on our own results page, they are our own accounts rather than a third party audit, and you can open each one and read the curve there. Nothing about them is a promise that any particular challenge will be approved.
The standard to hold any vendor to, ours included
If you take one thing from this post, take the question to ask next. Not can AI pass a prop firm challenge, because the answer is yes and it tells you nothing about which product to buy. Ask instead: show me a passed account with the maximum drawdown displayed next to the gain, and tell me which parts of the risk control are fixed rules I can set myself rather than a model I am asked to trust.
A vendor who can answer both has given you something checkable. One who answers with a pass rate, a total payout figure or a promise that you will be approved has given you a marketing number, and no honest seller can promise approval, ourselves included.
The configuration we validated on gold takes one position at a time, with no martingale and no grid, and a fixed stop loss. PraxAI GUARD holds the daily loss and drawdown limits as code level locks that you set, and it shuts the system down before the firm's limit rather than at it. That is deliberately not AI, because for a hard limit you want predictable ahead of clever. None of that makes an account safe. Software can carry the discipline. It cannot carry the risk.
Frequently asked questions
Can AI pass a prop firm challenge?
Yes, automated software clears prop firm evaluations regularly. Two qualifications belong with that answer. Most products marketed as AI in this market are deterministic rules in code rather than learning models, and permission to automate is commonly granted on some account types but varies by firm, account type and platform, so confirm it on the firm's site or in writing with support before you buy. No software can promise that a given challenge will be approved.
Can ChatGPT trade a prop firm account for me?
No. A general purpose language model has no connection to your broker, places no orders, does not see your equity in real time and does not know how close you are to today's loss limit. It can explain a rulebook or check arithmetic, which is useful, but that is not automation. Execution and risk enforcement have to exist as code sitting between the decision and the broker.
Is it easier for a bot to pass a challenge than to keep the funded account?
Passing an evaluation is the easier half. An evaluation is a closed problem with a published target and published limits, which suits software that follows a policy without negotiating. A funded account has no finish line, so the only ways to end it are a rule breach or giving the profit back. Only 1 to 3 percent of funded traders keep the account long term, and that is the number worth planning around.
How do I know if a bot vendor's challenge results are real?
Ask for the maximum drawdown shown next to the gain on named accounts you can open, rather than an aggregate pass rate or a total payout figure. A gain without the drawdown that produced it says almost nothing about control. PraxAI publishes 24 approved accounts with equity curves and real drawdown at praxai.io/results, and the highest drawdown across that set is 3.35 percent. Those are our own published accounts, not a third party audit.
Can I run an automated system on a futures prop firm account?
That depends entirely on the individual firm's policy, and it changes over time. We will not state that bots or expert advisors are permitted at any specific futures firm, including Apex, Topstep or Tradeify. Contact the firm's support directly, ask about your exact account type and platform, and get the answer in writing before you pay for software or for an evaluation.
Want the bot that runs this discipline for you?