Can You Use Bots on Funded Futures Accounts? Firm-by-Firm Rules (2026)
It depends on the firm, and the answer usually changes the moment you pass the evaluation. Most futures prop firms allow semi-automated tools. Fewer allow a fully hands-off bot on a funded account.
The distinction that actually matters
Almost every rule dispute in this space comes down to one line: who pressed the button.
Semi-automated. You take the entry. Software manages the position after that. Trailing stops, partial exits, breakeven moves, auto-flatten at the close. Nearly every firm allows this. Nobody is going to void your account for a trail stop.
Fully automated. Software finds the setup, enters, manages, and exits. You are asleep. This is where firms split.
HFT. Sub-second execution, hundreds of fills, latency edge. Every firm on this list bans it. Do not argue the definition. If your average hold time is measured in seconds, you are in the danger zone regardless of what you call your system.
Most traders think they are asking about category two. They are usually running category one and worrying for nothing.
Firm-by-firm
Rules move. This table reflects what the firms published as of July 2026. Check the current agreement before you deploy anything.
The part that gets glossed over
Search “does Apex allow bots” and you will get a wall of confident yes answers. Look at who wrote them. VPS providers. Bot vendors. Automation bridges. Affiliate review sites.
Every one of those pages has a financial reason to tell you the answer is yes.
Meanwhile the firms’ own agreements are more careful, and the enforcement language is where the risk lives. Termination. Forfeiture of profits. Permanent ban. A vendor’s blog post is not a defence when your payout gets held for review.
Two rules I follow:
If it is not in the funded trader agreement, it is not a rule I can rely on.
If a firm’s support cannot answer it in writing, I assume the answer is no.
Open a ticket. Ask the specific question. Save the reply. That is your receipt.
What this means for a TradingView strategy
This is the practical case for most people reading this, including me. You have a Pine Script strategy. You want it to trade a funded account through a webhook bridge.
Three things to sort out before you connect anything.
Bar close, not intrabar. If your backtest fills mid-bar, your live results will not match. Closed-bar logic only. This is not a rules problem, it is a you-will-be-disappointed problem.
Hold time. Check your average trade duration in the strategy tester. If a meaningful share of your profit comes from trades held under about five seconds, you have a compliance problem at several firms regardless of the automation question.
Auto-flatten. Build a hard flatten alert before the daily close, and build a second one a few minutes later as backup. Every firm on the list requires flat by the close. A webhook that silently fails at 4:58 is how funded accounts die.
CME Rule 575. Automated orders on CME are supposed to be tagged as machine-generated. Most reputable bridges handle this. Check that yours does.
And the boring one. Run it on a sim account first, for longer than feels necessary. A bot that behaves for two weeks has told you almost nothing.
The honest take
Automation is not a shortcut past the hard part.
If your discretionary edge is not profitable, coding it will not fix it. It will just lose money faster and with better logging. The traders I have seen do well with automation were already consistent manually, and used the bot to remove hesitation and execution error. Not to replace a strategy they never had.
The rules question is worth getting right. But it is the second question. The first one is whether the thing you want to automate actually works.
Disclosure: I have affiliate relationships with Tradeify and Lucid Trading. If you use my links I earn a commission at no extra cost to you. That does not change what I write about their rules, and it did not change anything above. I ended my Alpha Futures partnership when I did not like how they treated their traders, and I will do the same again if I need to.
Verify before you trade. Rules in this space change without much warning. Everything here reflects published rules as of July 2026. Read the current funded trader agreement for your firm before you deploy a bot.
If you want the receipts version of this, I post my funded account results daily, including the losses. Subscribe and follow along.


