Workable
Apex Trader Funding for Algo developers
NinjaTrader/Tradovate APIs are real APIs; futures-only limits the strategy universe.
Persona: Fully systematic, EA / cBot deployed, latency-sensitive, backtest-driven.
Rules at a glance
Apex Trader Funding, the six numbers.
- Profit target
- 6.0%
- Daily loss cap
- 2.0%
- Max drawdown
- 5.0%(trailing)
- Payout cadence
- 14 days
- Recommended risk/trade
- 0.4%
- Status
- live
Persona context
How Algo developers think about prop firms.
Algorithmic operators care about a different rulebook entirely. The single most important rule is the firm's EA / "expert advisor" policy: some firms allow any EA, some ban scalping-class EAs, some require manual review of the code, and some explicitly disallow latency-arbitrage or copy-trade EAs. Second is API access — without an order-routing API, the algo has to drive a desktop MT4/MT5 instance via heuristics, which loses 50–200ms of latency. Third is the backtest-correctness story: most firms publish rules but not a deterministic simulator, so the algo trader has to build one themselves to pre-flight strategies. Slippage and spread modelling matter more here than for discretionary operators because edge is so much thinner.
- EA / bot policy
- API access vs platform-only
- Latency to firm bridge
- Backtest determinism (firm-rule simulator)
- Copy-trade / multi-account rules
The specific analysis
Apex Trader Funding × Algo developers.
Apex is the most algo-friendly firm in the supported set for futures developers. NinjaTrader and Tradovate both expose actual order-routing APIs (not desktop-platform automation), so the algo can run with under 50ms latency to the exchange. The 5% trailing drawdown demands an in-strategy floor tracker, same as FundingPips. The eval-phase no-daily-cap is a meaningful advantage during walk-forward testing, strategies that have variance days during the eval don't bust out. The 30% per-trade size cap forces position-size diversification, which is healthy. The futures-only universe limits algo strategies to indices, metals, energy, and grains, no FX, no crypto. For developers already in the futures algo ecosystem (CTA-style trend, mean-reversion intraday), Apex is the natural funded path.
Workarounds
- Build the trailing DD floor calculation as a hard pre-trade gate in the strategy
- Use the NinjaTrader or Tradovate API directly rather than desktop automation
- Diversify position sizing across instruments to clear the 30% per-trade cap
Account killers
- Latency-arb strategies trigger manual review and may be rejected
- An FX-trained strategy ported to ES without re-calibration usually fails on the different volatility profile
Run the math
Three calculators pre-flight your strategy.
- Firm-rule drawdown calculator , project equity floor and breach distance under Apex Trader Funding.
- Firm-mode position sizing , recommended 0.4% risk-per-trade for a algo developer.
- Prop firm vs self-funded cost , total cost to pass Apex Trader Funding given your realistic pass-rate.
FAQ
Questions about Apex Trader Funding for algo developers.
Is Apex Trader Funding a good fit for algo developers?
NinjaTrader/Tradovate APIs are real APIs; futures-only limits the strategy universe. Apex is the most algo-friendly firm in the supported set for futures developers. NinjaTrader and Tradovate both expose actual order-routing APIs (not desktop-platform automation), so the algo can run with under 50ms latency to the exchange. The 5% trailing drawdown demands an in-strategy floor tracker, same as FundingPips. The eval-phase no-daily-cap is a meaningful advantage during walk-forward testing, strategies that have variance days during the eval don't bust out. The 30% per-trade size cap forces position-size diversification, which is healthy. The futures-only universe limits algo strategies to indices, metals, energy, and grains, no FX, no crypto. For developers already in the futures algo ecosystem (CTA-style trend, mean-reversion intraday), Apex is the natural funded path.
What's the biggest rule risk for a algo developer at Apex Trader Funding?
Latency-arb strategies trigger manual review and may be rejected
What risk-per-trade percentage do you recommend?
0.4% of equity per trade is the conservative starting point for a algo developer at Apex Trader Funding. Use Glitch Executor's position-sizing calculator to confirm the lot size respects both your risk budget and the firm's drawdown cushion.
Does the firm permit trading through high-impact news?
Apex Trader Funding enforces a news blackout around high-impact releases. Plan entries either fully before or fully after the release.
How does the drawdown rule work specifically?
Apex Trader Funding uses a trailing 5.0% drawdown anchored to the highest balance reached, so the floor moves up as you become profitable.
Compare and shortlist
Where this fits in the wider research.
- Best prop-firm challenges shortlist
- Apex Trader Funding, full rule + payout brief
- Current prop-firm partner offers
- Apex Trader Funding drawdown calculator
Authored and reviewed by Ryan Tran (Strategy Lead, Glitch Executor). Last reviewed . Rule values pulled from the firm-rule registry in this repo; verify with Apex Trader Funding directly before funding.
Same firm, different personas

