FTMO vs Topstep: Which Is Better for Pine Script Automation?

FTMO built its name in forex before expanding into futures; Topstep was futures from day one. The rule sets reflect that history — static drawdown vs. EOD trailing, a two-phase Challenge vs. a single Combine — and the difference decides how much logic a Pine Script needs to carry.

Rule-by-rule comparison — 50k account (or equivalent)

Rule FTMO 50k Topstep 50k
Max drawdown $5,000WIN $2,000
Drawdown type StaticWIN EOD trailing
Daily loss limit $2,500 $1,000
Consistency rule (eval) No formal percentage rule. No % consistency rule on the Combine (evaluation) — instead a…
Min trading days 4 daysWIN 10 days
Automation allowed EAs and automated strategies are allowed on the evaluation, provided the… Full automation permitted on the Combine (evaluation).
Payout split 80–90% 90/10 from the first dollar for accounts created after Jan 12, 2026…WIN
Profit target 10% of balance (Challenge) · 5% (Verification) $3,000 (fixed)
Instruments Forex, CFDs, indices — not exchange-traded futures CME futures (MES, MNQ, ES, NQ, CL, GC)
Best for Static drawdown, no hard consistency cap, simple algo sizing Futures-native instruments and a single-phase evaluation

What the key rule differences mean for Pine Scripts

Static vs EOD trailing drawdown

FTMO's drawdown is static — the floor is fixed at the start (10% of balance) and never moves, no matter how much the account grows. A script only needs to track one number for the entire evaluation. Topstep's drawdown is EOD trailing: the floor rises with your highest end-of-day balance, so the cushion actually available shrinks as the account profits, even though nothing was lost. For a Pine Script, FTMO's fixed number is the simpler one to hard-code; Topstep's requires recalculating available room after every session close.

Two-phase Challenge vs single Combine

FTMO splits the evaluation into a Challenge (10% target) and a Verification (5% target), each with its own 4-day minimum — the strategy has to perform twice, in separate accounts, before funding. Topstep runs one Combine with a single profit target and no second phase, though its 10-day minimum stretches the timeline in its own way. Structurally, Topstep gets you to a funded decision in one pass; FTMO validates twice before it commits.

Daily loss limits and consistency

FTMO's daily loss limit is 5% of balance ($2,500 on a 50k account); Topstep's is a flat $1,000 on its 50k tier. Neither firm runs a hard percentage-based consistency cap: FTMO's Account MetriX process is a soft, subjective review of funded-account equity curves rather than a numeric rule, and Topstep's Combine instead requires 5 separate winning days of at least $200 each — a participation requirement, not a cap on how big any one day can be. A strategy that spikes to target in a single session clears FTMO's rule set cleanly but still needs to show up for several more Topstep sessions to satisfy that day-count requirement.

News trading: FTMO restricts it, Topstep doesn't

FTMO disallows opening or holding a position within roughly two minutes of a high-impact news release — a violation that can void the Challenge outright. Topstep carries no equivalent restriction. A script that trades through CPI or FOMC releases, or holds a position into one, needs a news-blackout filter for FTMO that Topstep doesn't require.

Rules and pricing at both firms change periodically. Verify current FTMO and Topstep terms directly before purchasing an evaluation.

Which firm should you choose?

Choose FTMO if…

You want a fixed floor and simple sizing

  • Static drawdown — one number, never recalculated
  • No hard percentage consistency cap
  • Comfortable trading CFDs rather than exchange-traded futures
  • Fewer minimum days overall (4 + 4) than Topstep's 10
Choose Topstep if…

You want futures-native infrastructure

  • Direct CME futures — MES, MNQ, ES, NQ natively supported
  • Single-phase evaluation, no second Verification stage
  • No restriction on trading through news releases
  • Comfortable coding a $1,000 daily circuit breaker

What about Apex?

If pure automation friction is the deciding factor, neither FTMO nor Topstep is the top pick — Apex Trader Funding has no daily loss limit during its evaluation and a 1-day minimum, the fewest rules of the three to build a script around. See the Apex vs Topstep comparison or FTMO vs Apex comparison for the full breakdown against each.

Scripts built around both firms' rule sets.

Static and trailing drawdown parameters, daily loss limits, and session filters pre-configured for FTMO and Topstep.

Frequently asked questions

Is FTMO or Topstep better for Pine Script automation?
Topstep is futures-native, so MES, MNQ, ES, and the rest of the CME lineup are supported without translation. FTMO added futures exposure on top of a forex/CFD foundation, so its execution stack is more tuned to currency pairs and index CFDs. For a script trading CME futures specifically, Topstep's rule set is the more natural fit; FTMO's static drawdown is arguably simpler to code around if you're on its CFD instruments.
Does Topstep allow automated trading?
Yes, on the Combine. Full automation is permitted during the evaluation; the funded-account automation policy has shifted a few times, with semi-automated execution — a script that fires alerts a trader manually confirms — presented as the safer default once funded rather than a straightforward ban.
Which is more expensive — FTMO or Topstep?
The two use different pricing models entirely: FTMO charges a one-time fee per challenge attempt, while Topstep runs a monthly-subscription-style structure. Which one costs less depends heavily on how long your strategy takes to clear the eval and how each firm is pricing promotions at the moment — check both firms' current checkout pages rather than relying on a fixed number here.
What instruments can I trade on FTMO vs Topstep?
Topstep is futures-native — CME-listed contracts like MES, MNQ, ES, NQ, CL, and GC, executed through standard futures brokers. FTMO's tradable instruments are primarily forex pairs and CFDs, including index CFDs like NAS100 and US500 that track similar underlyings to NQ or ES futures without being the same contract. If direct CME futures exposure is the requirement, Topstep is the correct choice over FTMO.
Which is easier to pass — FTMO or Topstep?
FTMO's two-phase Challenge-plus-Verification structure, each with its own minimum days and a 5% daily loss limit throughout, is a longer, more deliberate path than Topstep's single-phase Combine. Topstep's $1,000 (50k) daily loss limit and 10-day minimum add their own friction, but there's no second evaluation phase to clear. Neither is a fast pass compared to a firm like Apex — FTMO simply takes the structural nod for being slower by design.