If you’re running an EA, a webhook bot, or a copier on a FunderPro account, one bad assumption can cost you the whole account. FunderPro is genuinely one of the more automation-friendly prop firms out there, but “friendly” doesn’t mean “no rules.” It means the rules are specific, and a couple of them are strict enough to breach you the first time you break them, with no warning.
Table of Contents
- Does FunderPro Allow EAs and Trading Bots?
- What Does FunderPro’s News Trading Restriction Actually Say?
- How Does FunderPro’s Drawdown Actually Work?
- What About Hedging and Copy Trading?
- Is the Payout Split Different for Automated Traders?
- Where PickMyTrade Fits Into This
- FAQ
- Can I run more than one EA on the same FunderPro account?
- Does the Swing Add-On remove all news restrictions?
- Is a TradingView webhook strategy considered an “EA” under these rules?
- What happens if I violate the 2-minute news rule once?
- Does copy trading between my own FunderPro accounts count against the “one strategy per account” idea?
- Is the profit split lower for accounts running automated strategies?
We went through FunderPro’s own help center article by article to pull the exact wording on expert advisors, news trading, hedging, copy trading, drawdown, and payouts. No guessing, no recycled “prop firm rules” listicle copy. Below is what their site actually says, checked on September 4, 2026.
Key Takeaways
• FunderPro allows EAs and bots, but only ones you personally own; rented, shared, or “black box” EAs are explicitly banned.
• Funded accounts (not evaluations) can’t open a trade within roughly 2 minutes of a high-impact news release unless you’ve bought the Swing Add-On.
• Max drawdown is static at 6% on the Instant program (trailing only until it locks at your starting balance); daily drawdown is 3%, calculated on equity or balance, whichever is higher.
• Base profit split runs 60-80% depending on plan, with a paid add-on (or the weekly-reward option for Pro accounts) bumping that to 90%.
• Copy trading is allowed only between accounts you personally own. Mirroring someone else’s trades or a signal service is a violation.
Does FunderPro Allow EAs and Trading Bots?
Yes. FunderPro’s help center says it plainly: “Expert Advisors (EAs) and trading bots are permitted on FunderPro.” That’s more permissive than a lot of the industry, where automation is either banned outright or buried under vague “no black-box strategies” language.
But the permission comes with a string attached, and it’s the same string that shows up everywhere in FunderPro’s rulebook: ownership. You have to own the thing you’re running. Their support article is direct about it: renting, sharing, or using bots “to exploit unfair advantages or violate our trading rules is not allowed.” A separate rules document goes further, spelling out that third-party EAs aren’t allowed “unless you own the source code,” and that you can’t replicate the same strategy across multiple accounts using a shared EA or a signal service.
Practically, this rules out a specific and common pattern: buying a $200 “prop firm passing EA” off a marketing site and running it on five challenge accounts at once. That’s the exact behavior FunderPro is trying to catch, because it produces correlated blowups across accounts, a bunch of traders losing at the same instant because they’re all running the identical black box.
There’s also a technical-fairness clause worth flagging for anyone running low-latency setups: the EA can’t “exploit technical inefficiencies or platform gaps” or “manipulate latency or execution speed.” If your automation is built around exploiting quote lag or broker-side pricing quirks, that’s a violation regardless of whether the strategy is otherwise profitable.
[UNIQUE INSIGHT] The pattern across FunderPro’s rules isn’t really about automation itself. It’s about traceability. Every clause (EA ownership, copy-trading restrictions, hedging limits) exists to make sure a human can explain why a trade happened. A tool that fires alerts you understand and can point to, like a TradingView strategy you built, clears that bar easily. A bot you downloaded and can’t explain does not, even if it’s currently making money.
FunderPro permits EAs and bots but only if you own the code. Rented, shared, or “black box” systems are banned, and exploiting latency or platform gaps voids the account regardless of profitability (FunderPro Help Center, “Can I use EAs or bots…”, checked Sept 4, 2026).
What Does FunderPro’s News Trading Restriction Actually Say?
This is the rule that catches automated traders off guard most often, because a bot doesn’t know a Fed announcement is coming unless you’ve told it to.
FunderPro splits news trading into two categories: news trading (opening or closing a position during a news window) and news holding (just having a position open when the news hits). Both are treated the same way. During any challenge phase (Classic, Pro, or One-Phase), FunderPro’s help center confirms both are “allowed in all challenge types.” Once you’re funded, that flips: “news holding and trading is only permitted with the Swing Add-On.”
Independent trackers that monitor FunderPro’s rule pages put a number on the funded-account restriction: entering a trade within roughly two minutes before or after a high-impact release is treated as a breach, with no progressive warning system. You don’t get a strike-one notice. The account is closed on the first violation.
The Swing Add-On removes the restriction entirely, letting you hold through news and over weekends, but it isn’t free of trade-offs: it cuts leverage roughly in half on most instruments. So the “fix” for a news-trading bot isn’t just toggling on a paid add-on; it’s accepting smaller position sizes in exchange for the flexibility.
For a bot, this means one thing operationally: your automation needs a news filter, or a manual kill switch, tied to FunderPro’s own restricted-events calendar (they publish one, and also run a Discord channel listing it). A generic “avoid NFP” rule baked into a strategy years ago isn’t going to cover FunderPro’s actual restricted list.
News trading and news holding are unrestricted during FunderPro’s evaluation phases but locked out on funded accounts (roughly a 2-minute window around high-impact releases) unless you’ve purchased the Swing Add-On, which halves leverage in exchange (FunderPro Help Center, “Are news holding and news trading allowed?”, checked Sept 4, 2026).
How Does FunderPro’s Drawdown Actually Work?
Drawdown structure matters for automation because a bot doesn’t feel nervous as equity drops. It just keeps executing your rules until the math ends the account. Get the math wrong and the bot will breach you cleanly and quickly.
For FunderPro’s Instant program, the daily drawdown is static at 3%, calculated on “Equity or Balance, whichever is higher,” and resets at 00:00 GMT+3 each server day. The maximum drawdown is 6%, and it trails your balance peak upward as you profit, but only until it reaches your original starting balance, at which point it locks and stops moving. So the ceiling on how much you can ever lose from the account’s own money is fixed at 6% of the initial size, permanently, once you’ve grown past that starting balance.
That trailing-then-static design is worth building into any risk logic your bot runs, because a naive “check current equity against 6% of starting balance” rule will be wrong during the early trailing phase; the actual floor moves with you until it locks.
Other FunderPro plans (One-Phase, Two-Step Classic, Two-Step Pro) carry their own drawdown numbers that vary by plan, generally in the 3-5% daily and 6-10% max range according to third-party trackers, so don’t assume the Instant-program numbers above carry over to every account type without checking the specific plan page at purchase.
| Program | Daily Drawdown | Max Drawdown | Drawdown Type |
|---|---|---|---|
| Instant | 3% | 6% | Trailing, locks at starting balance |
| One-Phase / Two-Step (typical range) | 3-5%* | 6-10%* | Varies by plan (confirm at checkout) |
*Ranges reported by third-party prop firm trackers, not confirmed word-for-word on FunderPro’s own site as of this check. Verify against the specific plan page before funding a strategy around it.
FunderPro’s Instant program runs a 3% daily / 6% max drawdown, calculated on equity or balance whichever is higher, with the max drawdown trailing upward only until it hits your starting balance, then locking permanently (FunderPro Help Center, “How Drawdown Works in Instant Program,” checked Sept 4, 2026).
What About Hedging and Copy Trading?
Two more rules that matter if your automation spans multiple accounts or mirrors a source strategy.
Hedging: allowed, but only inside a single account. FunderPro’s support page says it plainly: “Hedging is permitted, but only within the same trading account,” and “hedging across multiple accounts is not allowed.” If your bot runs a strategy that opens offsetting positions on correlated instruments across two different FunderPro accounts to smooth out risk, that’s a violation even if neither account individually looks abusive.
Copy trading: also allowed, with the same ownership logic that governs EAs. You can copy trades “only between accounts that you personally own.” What’s banned is copying trades or signals between different users, using a third-party signal service to mirror someone else’s calls, or forming a group where multiple traders copy each other. This is the rule that catches “signal room” style automation. If your bot is executing alerts from a paid Telegram or Discord signal provider and you didn’t build the underlying strategy, that’s the exact pattern FunderPro’s rules were written to catch, not a gray area.
[ORIGINAL DATA] Checking FunderPro’s help center against three other prop firms’ published EA policies during this research, FunderPro was the only one of the four that explicitly named “Telegram groups” and “signal services” in its rule text rather than leaving copy-trading enforcement to a vague catch-all clause. That specificity cuts both ways: it’s easier to know exactly where the line is, but also easier for FunderPro to point to the exact clause when enforcing a breach.
Hedging is fine within one account but banned across accounts; copy trading is fine only between accounts you personally own, and mirroring signal services or other traders’ accounts is a named violation, not a gray area (FunderPro Help Center, “Is hedging allowed during challenges?” and “Is copy trading allowed?”, checked Sept 4, 2026).
Is the Payout Split Different for Automated Traders?
No, and that’s worth stating plainly because some traders assume manual and automated accounts are split differently. They aren’t. FunderPro’s own rewards page lists the split as “60% to 80% of what you make,” with an add-on that “boosts your rewards to 90%,” and a note that Pro Funded Traders who choose weekly rewards “get 90% profit split for free.” None of that language is conditional on how the trades were placed.
The practical takeaway for a bot operator: your payout economics are the same as a manual trader’s. What changes with automation is trade frequency and consistency, not the split you’re paid on.
Profit split runs 60-80% on standard plans and up to 90% with the add-on or Pro weekly-reward option, and none of it depends on whether trades were placed manually or by a bot (FunderPro Rewards page, checked Sept 4, 2026).
Where PickMyTrade Fits Into This
None of FunderPro’s rules above are things PickMyTrade can override, and we wouldn’t want to; they’re the firm’s rules, not a broker setting. What PickMyTrade actually does is take a signal from your TradingView strategy (a strategy you built, which satisfies FunderPro’s ownership requirement) and route it as an order to your funded account through your broker, without you sitting at the screen manually clicking buttons.
That’s useful specifically because FunderPro’s rules reward exactly this kind of setup: transparent, traceable, single-account execution beats anonymous rented EAs or signal mirroring. If you’re already running a FunderPro account and want to see which other prop firms and brokers PickMyTrade connects to, the full list is on the supported prop firms page.
Worth being honest about the limits here too: PickMyTrade doesn’t read FunderPro’s economic calendar for you, and it won’t automatically pause your bot two minutes before an NFP print. If your strategy trades news, you still need to build that filter into your TradingView alerts or your risk settings yourself. Automation removes the manual clicking, not the responsibility for knowing the rules.
FAQ
Can I run more than one EA on the same FunderPro account?
FunderPro’s rules don’t ban running multiple EAs on one account by name, but every EA still has to be one you own and can explain. Running several bots that end up producing the prohibited patterns (latency exploitation, correlated hedging, disguised copy trading) would still breach, regardless of how many separate programs are involved.
Does the Swing Add-On remove all news restrictions?
It removes the funded-account news trading and news-holding restriction and lets you hold over weekends too, but it comes with roughly a 50% cut to leverage on most instruments. It’s a trade, not a free pass.
Is a TradingView webhook strategy considered an “EA” under these rules?
FunderPro’s rule text is written around MT5 EAs and cTrader cBots specifically, but the underlying logic (you must own and be able to explain the automation) applies to any automated execution path, including webhook-driven trading through a platform like PickMyTrade.
What happens if I violate the 2-minute news rule once?
Based on third-party FunderPro trackers, there’s no progressive warning system for this specific rule on funded accounts, a single violation results in an account breach. We could not find this “zero warnings” detail stated verbatim on FunderPro’s own rules pages, so treat it as reported rather than firm-confirmed, and don’t rely on getting a first pass.
Does copy trading between my own FunderPro accounts count against the “one strategy per account” idea?
No. FunderPro explicitly allows copying trades between accounts you personally own. The restriction is on copying from other people’s accounts or third-party signal services, not from yourself.
Is the profit split lower for accounts running automated strategies?
No. The 60-80% base split (up to 90% with the add-on or the Pro weekly-reward option) applies the same way regardless of whether trades are placed manually or through a bot.
Rules verified against FunderPro’s own help center and rules pages on September 4, 2026. Prop firm rules change without much notice. Always confirm current terms on FunderPro’s site before trading a live funded account against any rule cited here.
Sources:
FunderPro Help Center: Can I use EAs or bots?
FunderPro Help Center: Are news holding and news trading allowed?
FunderPro Help Center: Is hedging allowed during challenges?
FunderPro Help Center: Is copy trading allowed?
FunderPro Help Center: How Drawdown Works in Instant Program
FunderPro Rewards page
FunderPro Trading Rules
Related reading:
Drawdown Limits in Prop Trading
Best Prop Firm Trading Automation in 2026
