Take Profit Trader

Pine Script Strategies for Take Profit Trader Evaluations

TPT uses a static trailing drawdown — the same structure as Apex — and explicitly allows automated trading on both evaluations and funded accounts. Here's how our Pine Scripts are tuned for those rules, and how to run them hands-free via TradersPost.

Take Profit Trader overview

Take Profit Trader (TPT) is a US-based futures prop firm that has built a strong reputation in the prop trading community for straightforward rules, fast payouts, and automation-friendly policies. Unlike firms that restrict algorithmic trading or impose complex consistency requirements, TPT keeps its rule set clean — which makes it one of the best prop firms for systematic futures traders running Pine Script strategies on TradingView.

The key structural facts that drive strategy design at TPT:

Drawdown rules at Take Profit Trader

TPT's trailing drawdown works on a static-locking model. Here's what that means in practice:

This is meaningfully different from EOD trailing drawdown (Topstep's model). EOD trailing rises only when you close profitable days. TPT's model trails intraday — your unrealized gains can raise the floor before you close the trade. The practical implication is the same as Apex Trader Funding: strategies that take measured exits and don't give back large open profits work best.

The biggest advantage of TPT's static trailing over Topstep's EOD model: once the floor locks at starting balance, you have a predictable, fixed minimum. An algo running on TPT always knows its worst-case account floor, regardless of how long it runs.

Take Profit Trader 50k eval — the key numbers

RuleExpress AccountStarter Account
Eval fee$500 (one-time)$150/month
Account size$50,000$50,000
Profit target6% ($3,000)8% ($4,000)
Trailing drawdownStatic trailingStatic trailing
Daily loss limitNone on evalNone on eval
Automated tradingYesYes
Payout split80% (up to 90%)80% (up to 90%)

Account types: Express vs Starter

Express Account

The Express account is a one-time evaluation fee structure. You pay $500 for the 50k evaluation, $600 for the 100k. Hit the 6% profit target without breaching the trailing drawdown, and you're funded. There are no monthly fees if you take longer than expected — the one-time payment covers you for the duration. This is the right choice for traders confident in their strategy who want to avoid ongoing subscription costs.

Starter Account

The Starter account runs on a $150/month subscription model. The profit target is higher at 8% ($4,000 on a 50k), but the monthly fee resets your access if you need to restart. This structure works best for traders who are still refining their approach and want the flexibility to keep iterating without paying a new one-time fee per reset.

For automated strategies with a documented edge, the Express account is generally the better choice. The higher profit target on the Starter (8% vs 6%) adds trading days without a commensurate benefit for algo traders who can consistently execute their edge.

Automation setup for Take Profit Trader

Take Profit Trader connects to Tradovate as its primary broker interface. The standard automation stack:

  1. TradingView: Your Pine Script strategy runs on TradingView, generating entry and exit signals on bar close
  2. TradersPost webhook: TradingView fires an alert to your TradersPost webhook URL. The alert message must be set to {{strategy.order.alert_message}} — this passes the order action and quantity automatically
  3. TradersPost → Tradovate: TradersPost routes the order to your Tradovate account, which is connected to your TPT evaluation or funded account
  4. Execution: Tradovate fills the order. No manual interaction required after initial setup

Because TPT allows automation on funded accounts — unlike Apex, which restricts it on Performance Accounts — you can run the same TradingView strategy through the entire lifecycle: eval, funding, and live trading.

Which strategies work best for Take Profit Trader

Because TPT uses the same drawdown architecture as Apex (static trailing), strategies built for Apex evaluations translate directly to TPT evaluations. The key requirements:

Recommended contracts for TPT evaluations

ContractAccount SizePlanWhy It Works
MES50kStarter$1.25/tick — very granular risk sizing against the trailing floor
MNQ50kStarterHigher daily range than MES — reaches profit target faster
NQ100kProFull-size NQ only appropriate on 100k with experienced sizing
ES100kProSteady daily range, clean technical levels, high liquidity
YM50kStarterDow micros available; MYM tick value similar to MES

For the TPT 50k Express evaluation, MES and MNQ are the dominant choices. MES gives finer risk control; MNQ offers higher dollar returns per contract for traders who want to reach the 6% target efficiently. Our Starter plan covers both.

Payout structure and funded account rules

TPT's funded accounts start at an 80% profit split, with a path to 90% for consistent performers. Weekly payouts are available — faster than most prop firms in the industry, which typically process monthly or bi-monthly. Being US-based, TPT's payout infrastructure is stable and payments arrive via standard ACH or wire.

The automation permission on funded accounts is one of TPT's strongest differentiators. You can continue running your TradingView strategy with TradersPost on a funded account — the same setup you used to pass the eval. This end-to-end continuity means no behavioral change between eval and funded trading, which is the cleanest environment for systematic traders.

Pass your TPT eval with a strategy that respects the trailing floor.

Instant email delivery. Pine Script + PDF guide. TradersPost-compatible alerts included.

View Plans Browse Resources

FAQ — Take Profit Trader specific

Does Take Profit Trader allow automated Pine Script trading?

Yes. Take Profit Trader explicitly allows automated trading during evaluations and on funded accounts. TradingView strategies connected via TradersPost webhook are a common automation stack for TPT traders.

What is the drawdown structure at Take Profit Trader?

TPT uses a static trailing drawdown. The trailing threshold locks in once you gain enough profit — similar to Apex Trader Funding. This is easier for algorithmic strategies to manage than EOD trailing drawdown (like Topstep), because the worst-case floor is predictable from the start.

Which Pine Script strategy works best for Take Profit Trader?

Strategies designed for Apex Trader Funding work well on Take Profit Trader since both use static trailing drawdown. The MES Starter and MNQ strategies are popular choices for TPT 50k accounts. See our plan page for full details on what each plan covers.