Research Report // My Funded Futures

Master the MFF 5_

A comprehensive deep-dive into the rules, winning strategies, and a complete automation blueprint for passing MFF evaluations at scale.

$3,000
Profit Target
$2,000
Max Drawdown
2
Min Days
5
Max Contracts
Scroll to begin
// 01. Overview

What is the MFF Rapid 50K?

My Funded Futures (MFF) is a proprietary trading firm that provides traders with simulated capital to trade futures markets. The Rapid 50K plan is their most popular evaluation — a single-phase challenge where you must demonstrate consistent profitability while managing risk within strict parameters. Pass the evaluation, and you gain access to a $50,000 simulated funded account with real profit payouts.

One-Time Fee

$157 for the evaluation — no monthly subscriptions, no hidden costs. Reset available if needed.

One-Step Process

Pass a single evaluation phase to reach a Sim Funded account. No multi-phase gauntlets.

No Time Limit

Take as long as you need. Some traders pass in 2 days, others take weeks. Your pace, your rules.

~20% Pass Rate

Roughly 1 in 5 traders pass on their first attempt. With multiple tries, the cumulative rate reaches ~43%.

$ cat /mff/rapid-50k/summary.txt

PLATFORM: Tradovate / NinjaTrader / TradingView

INSTRUMENTS: CME Futures — ES, NQ, YM, RTY, CL, GC, MES, MNQ, and more

TRADING HOURS: 6:00 PM EST (Globex Open) → 4:10 PM EST (NY Close)

NEWS TRADING: Permitted during evaluation (restricted on Sim Funded)

AUTOMATION: Allowed — no HFT, must be your own strategy

// 02. Evaluation Rules

Know the Parameters

Every evaluation failure can be traced back to a rule violation. Understanding these parameters is not optional — it is the foundation of any passing strategy.

ParameterValue
Profit Target$3,000
Max Loss Limit (EOD Trailing)$2,000
Daily Loss LimitNone
Max Contracts5 mini / 50 micro
Consistency Rule50%
Minimum Trading Days2 days
News Trading (Eval)Permitted
Evaluation Cost$157 one-time

EOD Trailing Drawdown

The maximum loss limit is an End-of-Day (EOD) trailing drawdown. This is a major advantage over intraday trailing drawdowns used by other firms.

The drawdown only updates at the end of the trading day (5:00 PM EST), based on your highest closing balance. This means you can have unrealized losses that temporarily exceed the drawdown limit intraday, as long as your balance recovers by market close.

LOCK POINT: The trailing drawdown stops moving once it reaches the initial starting balance + $100. For the 50K plan, this means the drawdown locks at $50,100.

50% Consistency Rule

No single trading day's profit can account for more than 50% of your total profit at the time of passing. For the 50K plan with a $3,000 target, this means no single day can have more than $1,500 in profit.

If you make $2,000 on Day 1, you don't fail — you simply need to continue trading on subsequent days until your total profit grows enough that the $2,000 day represents less than 50% of the total.

// Example scenario

Day 1: +$2,000 → Need total > $4,000 to pass
Day 2: +$1,200 → Total = $3,200 (Day 1 = 62.5%) ✗
Day 3: +$900 → Total = $4,100 (Day 1 = 48.8%) ✓

Critical: Open Equity Losses Count

Open equity losses are taken into consideration when calculating whether your account has breached the maximum loss limit. If an open position dips your account balance below the minimum threshold — even momentarily — your evaluation attempt will fail. Always use stop-losses and never let a position run unchecked.

// 03. Winning Strategies

Strategies That Pass

These three strategies are specifically optimized for the MFF Rapid 50K evaluation parameters. Each one respects the EOD drawdown, the consistency rule, and the contract limits while generating the required $3,000 profit target.

Trend Following

Ride the momentum, capture the move

Beginner-FriendlyWin Rate: 45-55%R:R 1:1.5 — 1:3

Setup & Entry

1.Use 9/20 EMA crossover on a 5-minute or 15-minute chart to define the trend direction.
2.Wait for price to pull back to the moving averages before entering in the trend direction.
3.Confirm with volume — entries should align with increasing volume in the trend direction.
BEST FOR: ES, NQ on 5-15 min charts

Risk Management

1.Place stop-loss just beyond the recent swing low (for longs) or swing high (for shorts).
2.Start with 1-2 micro contracts (MES/MNQ) to keep risk well within the $2,000 drawdown.
3.Trail your stop to lock in profits as the trend progresses. Move stop to breakeven after 1R.

Consistency Compliance

This strategy naturally generates a series of moderate wins across multiple days, making it ideal for the 50% consistency rule. Aim for $300-$600 per day over 5-10 trading days.

// 04. Automation & Scaling

The Automation Advantage

MFF explicitly permits automated trading. This opens the door to a powerful scaling strategy: develop one profitable algorithm, then deploy it across multiple evaluation accounts simultaneously. Here is what is allowed and what is not.

"Traders may make use of automated trading strategies tailored to their own specific settings so long as these automated tools do not aim to exploit the favorable fills offered in the Simulated Environment."

— My Funded Futures, Fair Play and Prohibited Trading Practices

Permitted

Automated trading strategies tailored to your own settings
Copying your own trades across your own multiple accounts
Using NinjaScript, Pine Script, or API-based automation
Running strategies on VPS for 24/5 execution
Using trade copiers for your own accounts

Prohibited

High-Frequency Trading (HFT)
Exploiting latency, data lags, or simulated fills
Copy trading from another trader's signals
Hedging — buying and selling the same underlying simultaneously
Collaborative trading across unconnected accounts
Exploiting gapped or illiquid market conditions
Simultaneous multiple limit orders at same price to manipulate fills

The Multi-Account Scaling Model

~20%
Pass Rate Per Attempt

With a ~20% pass rate per evaluation, running 5 accounts simultaneously gives you a statistical expectation of passing at least one. The math favors volume.

5x
Accounts in Parallel

Run 5 evaluation accounts at $157 each ($785 total). If even one passes and reaches funded status, the potential payouts far exceed the evaluation costs.

1
Strategy, Copied Everywhere

Develop and validate one strategy. Use a trade copier to replicate it across all accounts. Same edge, multiplied exposure, minimal additional effort.

// 05. The Blueprint

Step-by-Step Automation Blueprint

This is the complete playbook for automating MFF evaluations at scale. Follow these five steps to transform a single trading strategy into a systematic, repeatable evaluation-passing machine.

01

Develop & Backtest Your Strategy

Build a trading strategy in NinjaScript (C#) or Pine Script (TradingView) that meets the MFF criteria. The strategy must be able to achieve a $3,000 profit target with a maximum drawdown under $2,000, while respecting the 50% consistency rule. Focus on a low-to-medium frequency approach to avoid being flagged for HFT.

Use historical data for ES/NQ futures — at least 6 months of 1-minute data
Ensure the strategy's maximum drawdown in backtesting stays below $1,500 (75% of the $2,000 limit) for safety margin
Verify that no single day in backtesting contributes more than 40% of total profit (below the 50% cap)
Target a Sharpe ratio above 1.5 and a profit factor above 1.8
02

Forward-Test on Paper Account

Before risking evaluation fees, forward-test the strategy on a paper/demo account for 2-4 weeks. This validates performance in live market conditions and reveals any issues not captured in backtesting, such as slippage, fill quality, and execution latency.

Use TradersPost's free paper account or NinjaTrader's sim mode
Track all metrics: win rate, average R:R, max drawdown, daily P&L distribution
Confirm the strategy passes a simulated MFF evaluation at least 3 out of 5 times
Identify and fix any edge cases: overnight gaps, news events, low-liquidity periods
03

Purchase Multiple Evaluation Accounts

Once confident in the strategy, purchase 3-5 MFF Rapid 50K evaluation accounts. At $157 each, this is a total investment of $471-$785. Given the ~20% pass rate, running multiple accounts in parallel significantly increases your probability of at least one passing.

Start with 3 accounts if budget-conscious, scale to 5 for optimal probability
Total cost: 3 accounts = $471, 5 accounts = $785
Expected value: Even with 20% pass rate, 1 funded account can generate $1,000+ in first payout
Consider the $129/month subscription option if you plan to reset and retry
04

Set Up the Automation Infrastructure

Configure the technical infrastructure to run your strategy across all accounts simultaneously. This involves setting up a master-follower architecture with a trade copier.

MASTER ACCOUNT: Run the automated strategy directly on one evaluation account
TRADE COPIER: Install a trade copier (e.g., Affordable Indicators' Duplicate Account Actions) on NinjaTrader
FOLLOWER ACCOUNTS: Connect all other evaluation accounts as followers — trades are replicated instantly
VPS: Deploy on a QuantVPS or similar low-latency VPS near the exchange for reliable execution
ALTERNATIVE: Use TradersPost to route TradingView alerts to all Tradovate accounts simultaneously
05

Execute, Monitor & Scale

Launch the system and let the automation work. Monitor performance across all accounts, and once evaluations are passed, transition to funded accounts and continue scaling.

Monitor daily: Check each account's P&L, drawdown status, and consistency metrics
Set up alerts for drawdown warnings (when an account reaches 60% of max drawdown)
Once passed: Transition to Sim Funded — note that news trading restrictions now apply
Scale up: Repeat the process with additional evaluation accounts as funded accounts generate payouts
Long-term: Build a portfolio of 5-10 funded accounts, each generating consistent payouts
// 06. Toolkit

The Automation Toolkit

These are the tools and platforms that make automated MFF evaluation passing possible. Each serves a specific role in the automation stack.

TradersPost

Automation Hub
RECOMMENDED

Official MFF integration partner. Connects TradingView or TrendSpider alerts directly to your MFF account via Tradovate. Supports multi-account execution from a single strategy signal.

Webhook-based automation from TradingView
Multi-account trade execution
Free paper trading account
No coding required
Best for: Non-coders who want TradingView-based automationVisit

NinjaTrader + NinjaScript

Strategy Platform

The most powerful platform for building and running automated futures strategies. NinjaScript (C#) gives you full control over strategy logic, order management, and risk rules. Includes a no-code Strategy Builder.

Full C# strategy development (NinjaScript)
No-code Strategy Builder wizard
Advanced Trade Management (ATM)
Direct Tradovate/Rithmic connectivity
Best for: Developers who want maximum control and backtestingVisit

Trade Copier (NinjaTrader)

Multi-Account Scaling

Essential for the multi-account strategy. Replicates trades from a master NinjaTrader account to multiple follower accounts in real-time. Works across different prop firm connections.

Real-time trade replication
Master → multiple follower architecture
Works across prop firm accounts
Configurable position sizing per account
Best for: Traders scaling across 3+ evaluation accountsVisit

Tradovate API

Direct API Access

For developers who want to build custom automation. The Tradovate API provides programmatic access to account management, order execution, and market data. Python and JavaScript SDKs available.

RESTful API + WebSocket streaming
Python/JavaScript SDKs
Order management & account info
Market data access
Best for: Python/JS developers building custom botsVisit

QuantVPS

Infrastructure

Low-latency Virtual Private Server optimized for futures trading. Essential for running automated strategies 24/5 without relying on your home computer. Located near exchange servers.

Low-latency to CME exchange
Pre-installed NinjaTrader support
24/7 uptime for automated strategies
Affordable plans starting at ~$30/month
Best for: Anyone running automated strategies that need uptimeVisit