A prop firm challenge is not a trading test. It's a constraint-satisfaction problem with a trading component bolted on.
You are handed three numbers — a profit target, a maximum drawdown, and a daily loss limit — and asked to hit the first before you touch either of the other two. Everything that follows is arithmetic, and most of it can be settled before you place the first trade.
Convert the rules into dollars before anything else
Rulebooks are written in percentages because percentages sound small. Trading happens in dollars. The very first thing to do is rewrite the rules in the currency your platform actually shows you.
For a typical $50,000 evaluation with an 8% profit target, 6% maximum drawdown and 3% daily loss limit:
| Rule | Percent | Dollars |
|---|
| Profit target | 8% | $4,000 |
| Max drawdown | 6% | $3,000 |
| Daily loss limit | 3% | $1,500 |
Now the shape of the problem is visible. You need to make $4,000 before you lose $3,000, and you can never lose more than $1,500 in a single session. The prop firm risk calculator does this conversion and tells you how many consecutive losses each risk level survives.Pick the risk per trade the rules allow, not the one you want
Here's the number almost everyone gets wrong. Risking 1% of a $50,000 account sounds conservative. Against a 6% maximum drawdown it is not conservative at all — it's six losing trades from failure, and six consecutive losses is an ordinary event for a strategy that wins half the time.
Rule of thumb
divide your maximum drawdown by 12 to 20. That's your risk per trade. On a 6% drawdown that's 0.3% to 0.5% — roughly $150 to $250 on a $50,000 account.
That feels painfully small, and that's the point. At 0.4% risk you can lose fifteen trades in a row and still be trading. At 2% risk, three bad sessions end the attempt.Work out whether the target is reachable at that size
Small risk means the profit target needs more trades, not bigger ones. Check the maths before you start rather than discovering it in week three.
At 0.4% risk per trade with an average 2R winner and a 45% win rate, expectancy is roughly 0.35R per trade, or about $70. An $4,000 target therefore needs somewhere near 57 trades of positive expectancy — plus variance.
If that number looks impossible inside the time limit, you have three honest options: take a smaller account where the target is smaller in dollars, take a programme with a longer or unlimited time limit, or improve the average winner. What you must not do is raise risk to make the arithmetic fit. That's the exact decision that fails evaluations.
Cap the day, not just the trade
The daily loss limit is where most accounts actually die, because it punishes tilt rather than strategy. Set a personal daily stop at half the official limit and stop trading when you hit it.
Two reasons. First, a soft stop at half leaves room for the slippage, spread and gap that turn a 2.9% day into a 3.1% breach. Second, the hours after two losses are statistically your worst — that's when position size creeps up and setups get invented.
Trade one setup, in one session, on one market
Evaluations reward repeatability, and repeatability comes from narrowing scope. One instrument you understand, one session where it's liquid, one entry pattern with a written definition.
A written definition means you can answer these without hesitation:
What has to be true on the higher timeframe for me to look for entries at all?
What exact event triggers the entry?
Where does the stop go, and what invalidates the idea?
Where is the first target, and what do I do with the rest?If any of those answers change day to day, you don't have a strategy — you have a mood, and the drawdown rule will find it.
Take the boring route to the target
Steady beats spectacular, and not because of virtue. Every time you take an oversized position to catch up, the distribution of your outcomes gets wider — which means the probability of touching the drawdown line goes up faster than the probability of hitting the target.
Practically:
Bank partial profits. Taking half off at 1R and trailing the rest keeps the equity curve from giving back whole winners.
Reduce after a win streak, not after losses. Most traders do the opposite. Streaks are where overconfidence gets funded.
Stop trading the day you pass. The target being hit intraday means nothing if you give it back before the close.
Don't trade major scheduled news unless it's your documented edge. A single gapped stop can breach a daily limit that took two weeks to build a cushion for.Verify the rules you're actually held to
Programmes differ enormously on details that decide outcomes: whether drawdown is calculated on balance or equity, whether it trails your high-water mark, whether it locks at the starting balance once you're in profit, whether there's a consistency rule limiting how much of the target one day can contribute, and whether positions may be held over the weekend.
Read the current rulebook for the programme you joined. Two firms describing a "6% trailing drawdown" can mean materially different things, and the difference will show up at the worst possible moment.
A checklist to run before the first trade
[ ] All three rules converted to dollars
[ ] Risk per trade set at drawdown ÷ 12 to 20
[ ] Number of trades needed to reach the target calculated
[ ] Personal daily stop set at half the official limit
[ ] One market, one session, one written setup
[ ] Drawdown type confirmed: static, trailing, or intraday
[ ] News calendar checked for the evaluation windowEverything on that list is done before the market opens. That's the part of the challenge you actually control.
Where automation helps
The mechanical part of this — consistent stop placement, consistent targets, entries only when the higher timeframe agrees — is exactly what discretionary traders lose under evaluation pressure. Rules that are drawn on the chart get followed more often than rules that live in your head.
SimpleAlgo V5 marks trend direction, confirmed signals and volatility-based stop and target levels on your TradingView chart, with alerts on the closed candle so you're not improvising entries mid-bar.
SimpleAlgo does not sell funded accounts, does not operate an evaluation programme, and has no affiliate relationship with any proprietary trading firm. Nothing here is financial advice, and trading carries a substantial risk of loss. Always read the current rulebook of any programme you join — terms change frequently.