ProEA Lab · Honest notes on building & testing a real MT5 system · No income claims · Every number links to its source
Prop Firms

Prop Firm Profit Target: A Trade Count, Not a Deadline.

An 8% target on a $100k challenge isn't 'make $8,000 this month.' At a real edge it's a specific number of trades — 64, in the worked example below — and knowing that number changes how you trade the whole evaluation. Includes the case where the honest answer is: no number exists.

PLProEA LabJul 11, 2026 · 5 min read
A brass tally counter with a glowing empty display beside a crumpled blank calendar and chalk tally marks on slate — poster titled A Trade Count, Not a Deadline.

The countdown is a lie.

Your challenge says 8% in 30 days, and your brain hears a deadline. That pressure creates the oversized Thursday trade that ends evaluations.

But an 8% target was never a date. It was one specific trade count, set by your real win rate and reward ratio.

Turn the target into your number of trades and the whole evaluation changes shape. You stop racing a calendar and start executing a count. This piece shows you how, then covers the case nobody prints: when no honest number exists.

Two requests before we start:

  1. Save this before you pay for your next challenge, not during it.
  2. Send it to one trader grinding "just $400 a day" toward a blown account.

I — How do you actually hit a prop firm profit target?

You convert it. A prop firm profit target becomes a trade count in three lines:

  1. Dollar target = account × target%.
  2. Expectancy per trade in R = winRate × reward − (1 − winRate).
  3. Trades needed = target ÷ (risk per trade × expectancy), rounded up.

That last number is the real assignment: a count of executions at your actual edge, rather than a month or daily quota.

Common challenge shapes put the target between 5% and 10% of the account. Your firm's docs are the only version that counts. Everything below uses 8% on $100k as the example.

II — Worked numbers: one challenge, four traders

Same challenge: $100,000 account, 8% target, so $8,000 to earn. Each trader risks a fixed dollar amount per trade and knows their stats from their journal's R column.

TraderRisk/tradeWin rateRewardExpectancyTrades needed
Solid edge$1,00045%1.5R+0.125R64
Strong edge$1,00055%1.5R+0.375R22
Solid edge, doubled risk$2,00045%1.5R+0.125R32 — see §V
Coin flip$1,00050%1.0R0Rno number exists — see §IV

Read your row honestly. A modest real edge needs 64 executions to earn 8% at 1% risk. That's the job you bought.

Two frames side by side: the deadline frame — eight percent in thirty days, four hundred dollars a day, producing forced trades and the oversized Thursday — versus the count frame, where the same target converts through expectancy into sixty-four trades, with the refusal row for zero-edge inputs.
Same target. Opposite behavior. Worked example from the published calculator functions; your firm's documents are the law.

III — The pace illusion

Divide $8,000 by 20 trading days and you get $400 a day. Sounds almost gentle.

But expectancy arrives by the trade, not the day, and losing days are built into the arithmetic. The 64-trade trader must average 3.2 trades every session for a month, even through drawdowns and days when the setup never comes.

The daily-dollar frame invites you to force trades on empty days. The trade-count frame lets you log zero when the market offers zero. Same target, opposite behavior.

IV — When the honest answer is "no number"

Look at the coin-flip row. Fifty percent win rate at 1-to-1 reward is an expectancy of exactly zero, and zero expectancy means no trade count reliably reaches any target.

Our calculator deliberately returns a refusal for that row. Printing infinity is a lie; printing a big number is the polite version.

If your journal says your edge is zero-ish, the challenge fee buys variance, not a funded account: a lottery ticket with worse branding. Before paying anyone to test it, finding out whether you have an edge at all comes first.

V — The speed-up trap

Doubling your risk halves your trade count. The table says so: $2,000 risk needs 32 trades instead of 64. Tempting.

Here's what the halved count costs. Bigger risk per trade steepens your ruin odds nonlinearly, as measured across twenty thousand simulated accounts in the ruin study. A faster, chunkier equity path is exactly what consistency rules exist to catch; one oversized green day can lock your payout behind a debt.

The challenge is built so the fast lane and the failing lane are the same road. Sixty-four boring trades is the strategy.

The 20-minute target audit

Minutes 0–5: pull win rate and average reward from your journal — real numbers, not remembered ones. Minutes 5–10: run the conversion (or the calculator): your trade count, at your normal risk. Minutes 10–15: divide the count by the days you genuinely trade well per week. If the math wants 4 quality trades a day and you find 2, the timeline is the fantasy, not your edge. Minutes 15–20: write the count somewhere visible and cross trades off as you execute them. A count you can see beats a deadline you can feel.

Disclosure

Every number here is the output of our published calculator functions, and the no-edge refusal is written into the code — it returns nothing rather than a fabricated count. Target percentages are example inputs; firms differ and change, and their official documents outrank anything on this page. We sell tools in this lane: free calculators, a $29 rule-watching toolkit, and the sourced journal that produces honest win-rate inputs. If a number above disagrees with the calculator, email support@pulltrade.app and we correct it where you can watch.

The row is the whole game

Sixty-four trades, executed like a clerk. That's what an 8% target actually asks a modest real edge to do.

Convert the target and trust the count. Let the calendar worry about itself; evaluations are lost racing deadlines that never existed.

More from ProEA Lab

Trailing vs Static Drawdown: The Rule That Moves While You Trade

Two accounts, same drawdown percentage, completely different games: a static floor never moves, a trailing floor climbs behind every new equity peak — which means your best trading day can quietly shrink your cushion. Here's the arithmetic of both floors, the three firm-specific variants that decide everything, and why the dangerous moment is right after you've been winning.

Aug 10 · ProEA Lab

A brass figure climbing a staircase while the stairs behind it fold upward into a rising floor, closing the gap — poster titled The Floor Follows.

Walk-Forward Testing: Stop Grading Your Own Homework

One backtest over one history rewards whoever searched hardest, not whoever found something real. Walk-forward testing is the honest alternative: optimize on a window the strategy can see, judge it on the window it can't, roll forward, repeat — and only ever score the unseen parts. Here's the protocol on any platform, the one ratio worth recording, and what walk-forward still can't prove.

Aug 10 · ProEA Lab

A brass stencil sliding along a long paper chart strip, exposing only one unmarked section at a time while the rest stays covered — poster titled Judge the Unseen Part.

How to Add a Pine Script to TradingView (Both Routes, 2 Minutes)

TradingView has no Import button — and in the current interface the Pine Editor isn't at the bottom of the chart anymore, so half the guides out there point at a tab that no longer exists. Here are both routes as they actually work today: pasting source code into the editor, and pulling a community script from the Indicators dialog — plus the paste mistake behind most 'compile error' support tickets.

Jul 24 · ProEA Lab

A brass pneumatic-tube capsule holding a rolled paper script being slotted into a receiver panel beside a dark candlestick chart — poster titled Two Routes In.