How to Pass the Topstep Combine

Consistent payouts and a clean rule set make Topstep one of the most popular futures prop firms — but the Combine's daily loss limit and day-count structure trip up traders who don't plan around them, especially automated ones.

Topstep's Combine rewards a steady, rules-respecting approach more than a rush to the finish line. This guide covers exactly what the Combine requires in 2026 and how an automated Pine Script strategy makes clearing it considerably more reliable.

Topstep Combine rules at a glance

Rule25k*50k100k150k
Profit target$1,500*$3,000$6,000$9,000
Daily loss limit$500*$1,000$2,000$3,000
Max trailing drawdown$1,500*$2,000$3,000$4,500
Drawdown typeEOD trailing — floor only moves at end of day
Min trading days10, including at least 5 winning days of $200+
Consistency ruleNone on the Combine
Automation allowedYes, on the Combine
Payout split (funded)90/10 from the first dollar (accounts opened after Jan 12, 2026)
* The 25k tier's figures follow Topstep's published proportional scaling but aren't independently reconciled in Target Filled's firm data (which starts at 50k). Rules and pricing shift periodically — confirm current terms at topstep.com before purchasing a Combine subscription.

The EOD trailing drawdown explained

Topstep's trailing drawdown only moves at the close of each trading day, based on that day's closing balance — meaningfully different from an intraday trail that follows every tick of unrealized equity.

Intraday trailing (Apex-style): the threshold follows the highest equity reached tick by tick during the session. Run up $500 unrealized and give it back, and the trail has already tightened by $500 in real time.

EOD trailing (Topstep-style): the threshold only moves at the close. Unrealized swings during the session don't touch it — only the balance actually locked in when the day ends does.

Example on the 50k: start at $50,000 with a $2,000 drawdown allowance — a floor at $48,000. Run up $800 intraday on Tuesday but close the day at $50,400 — the floor moves up to $48,400. The $50,800 intraday high never mattered to the trail; only the close did.

Because the trail only moves at the close, a script's daily kill switch is the primary line of defense — there's no need for real-time equity tracking beyond the current session's running P&L versus a defined daily floor.

The daily loss limit — the rule that fails the most traders

On the 50k account, $1,000 of loss in a single session suspends trading for the day. That sounds like a lot of room until it's translated into instrument terms:

  • MES at roughly $5/point: about 200 points of adverse movement on one contract wipes the limit
  • MNQ at roughly $2/point: about 500 points wipes it
  • ES at roughly $50/point: as few as 20 adverse points wipes it

An automated strategy running full-size contracts, or several micros at once, can reach that limit faster than a trader watching the screen even realizes.

Set the script's internal kill switch below the hard limit

A daily P&L tracker that halts all new entries once session losses reach roughly 80% of the hard limit — $800 on the 50k — leaves a buffer for slippage on the exit that finally closes a position, plus any latency between the TradingView alert firing and the broker executing it.

Add a secondary limit at the broker

Tradovate has its own daily loss control in its risk dashboard. Setting that a step below Topstep's hard limit — around $950 on the 50k — gives a backstop if the script's kill switch ever fails to fire (a dropped connection during a trade, webhook latency). Redundant protection isn't overkill on a funded account.

Best instruments for the Combine

MES — best for smaller accounts

At roughly $5/point, a 4-point stop costs about $20 — dozens of individual losses before the kill switch triggers, giving the most operational room within Topstep's limits.

MNQ — best for higher-frequency setups

At roughly $2/point, a 10-point stop costs about the same as MES's 4-point stop. MNQ's larger typical range creates more opportunities on trend days. Our MNQ momentum strategy guide is built with Topstep's rule set specifically in mind.

ES and NQ — reserved for larger accounts

Full-size contracts move the daily risk far faster — a single 10-point ES stop can cost half the daily limit on a 50k Combine. They're workable on 100k/150k accounts where the limit scales up; stick to micros below that.

Automation setup for Topstep

The standard stack is TradingView Pine Script → TradersPost → Tradovate.

  1. Open a TradersPost account and connect it to a Tradovate account — a roughly 10-minute process well documented in TradersPost's own guides.
  2. Create a strategy inside TradersPost and connect it to a Tradovate paper account first for testing. Select the contract and configure position sizing — typically 1 contract to start on a 25k/50k Combine.
  3. Copy the TradersPost webhook URL generated for the strategy.
  4. Add the Pine Script to a TradingView chart, applied to the correct contract. Enable Bar Magnifier under Strategy Properties → Fill orders for more realistic fills.
  5. Create TradingView alerts for entry and exit signals, pasting the webhook URL and the JSON message format TradersPost expects into the alert.
  6. Test on paper, then go live. Confirm entries and exits execute correctly for at least one full session before switching TradersPost to the live Combine account.
TradersPost requires a paid subscription to use live webhooks; the paper environment is free and worth using fully before going live. See our full TradersPost automation guide for the complete setup.

Common mistakes that fail the Combine

Getting caught by a high-volatility session without a filter

FOMC, NFP, or an unexpected headline can blow through a strategy tuned for a 4-point MES move. A session filter that stops entries for a short window before and after major scheduled releases avoids the worst of it.

Skipping Bar Magnifier

Without it, a strategy can show a clean backtest and still execute noticeably worse live, since fills are only modeled at bar opens rather than realistic intrabar levels.

Trading the open without a filter

The first several minutes after the futures open are often thin and wide-spread — many traders filter this window out entirely rather than risk a stop filling at a much worse price than expected.

Trying to "make back" a losing day

A trader down most of the daily limit sometimes increases size to recover it — this is how a manageable loss becomes a Combine-ending one. Automation removes the temptation; the script doesn't size up on a losing day, it just follows the rules.

FAQ

Can you use automated trading on the Topstep Combine?
Yes. Topstep explicitly permits automated strategies during the Combine and on funded accounts. The common setup is a TradingView Pine Script sending webhook alerts to TradersPost, which routes orders to Tradovate — Topstep's primary broker. Every Combine rule, especially the daily loss limit, still has to be respected from inside the automation logic.
What is the daily loss limit on the Topstep 50k Combine?
$1,000. Cross that in a single session and trading is suspended for the day. A common configuration sets a Pine Script's internal daily stop at roughly 80% of that figure, leaving a buffer for slippage on the exit that actually closes the position — with a secondary risk control set in Tradovate's dashboard as a backstop.
How long does the Topstep Combine take?
Topstep's reconciled minimum is 10 trading days, with no maximum — at least 5 of those need to be winning days of $200 or more, per Topstep's participation requirement. Most traders running a consistent automated strategy finish well inside a month; there's no rush, since the day count itself, not raw speed, is the constraint.

Get a Pine Script tuned to your prop firm.

Invite-only on TradingView within 24 hours. From $19/mo, cancel anytime.