Strategies Terminology

Automated Trading

Trading executed by computer algorithms rather than manual orders — explicitly allowed at some prop firms (Lucid, Tradeify) and restricted at others.

Also known as
algo tradingalgorithmic tradingbot tradingautomated strategyEA tradingsystematic trading
Updated May 11, 2026Jump to FAQ ↓

What is Automated Trading?

Automated trading covers any strategy where a computer algorithm places orders without manual intervention. This includes Expert Advisors (EAs) on MetaTrader, NinjaTrader strategies, custom Python or C++ scripts, third-party trading bots, and any other software-driven order execution.

Prop firms have a complex relationship with automated trading:

  • Many firms ALLOW it because algorithmic strategies are increasingly mainstream
  • But firms RESTRICT specific patterns (HFT, martingale, copy trading from external signals)
  • And firms REQUIRE attribution: YOUR algo on YOUR account, not external dependencies

The result: a permissive firm like Lucid welcomes algos. A moderate firm like Apex allows most algorithmic strategies but restricts HFT and martingale subcategories. A strict firm like Topstep may require manual trading or limit automation.

How Automated Trading works

What firms typically allow:

  • Custom algorithms written by the trader running their own setups
  • Bracket-order automation, automated stop management, automated position sizing
  • Mean-reversion, momentum, breakout strategies executed algorithmically
  • Backtested strategies running live with proper risk management

What firms typically restrict:

  • HFT (sub-second holds at extreme volumes — see HFT term)
  • External signal subscriptions where third-party signals fire trades into your account
  • Commercial copy-trade software firing identical orders to multiple owned accounts
  • Pure martingale doubling-after-losses systems
  • Latency arbitrage exploiting sim-vs-live execution differences

What firms typically REQUIRE:

  • The algorithm runs from YOUR computer or YOUR cloud instance, not a shared service
  • The trader can describe the algorithm’s logic if asked
  • The strategy demonstrates risk management consistent with the firm’s rule set
  • The trader is not running the same exact algo across multiple owned accounts simultaneously

Platform support: NinjaTrader, Tradovate, Rithmic-connected platforms, and custom Python/C++ via Rithmic/CQG APIs are all standard for prop firm algo trading. Each firm specifies which platforms support algo execution on their accounts.

Worked example

Allowed algorithmic trading example (Lucid):

Trader writes a Python script that:

  • Monitors ES order book depth via Rithmic API
  • Triggers a long entry when 5-deep bid liquidity exceeds 5-deep ask liquidity by 50%
  • Sets stop at 4-tick risk, target at 8-tick reward (2:1 R:R)
  • Runs 20-40 setups per day during NY session

Lucid welcomes this — clear logic, manual trader-defined parameters, reasonable trade frequency, normal risk management. Trader runs the algo on Lucid $50K and scales to multiple accounts after proving consistency.

Restricted scenario:

Trader subscribes to “Pro Signal Service” that fires automated trades into their Apex account based on signals from another trader. Apex detects external signal source via:

  • Identical timestamps across multiple subscribers (Apex sees these patterns aggregated)
  • Trade execution patterns matching known signal-service signatures
  • Suspicious matching of trade times across accounts

Apex flags account, asks trader to confirm strategy ownership. Trader admits external subscription. Account closed for violating ownership-of-strategy requirement.

Automated Trading vs related concepts

Side-by-side comparison of Automated Trading against the most commonly confused alternatives.

ConceptDefinitionCategory
Automated Trading this termTrading executed by computer algorithms rather than manual orders — explicitly allowed at some prop firms (Lucid, Tradeify) and restricted at others.Strategies
HFT (High-Frequency Trading)Algorithmic strategies that place hundreds or thousands of trades per session, often with sub-second hold times — heavily restricted at most prop firms.Strategies
Copy TradingA trading approach where one source account's trades are automatically replicated across multiple destination accounts — heavily restricted at most prop firms.Rules & Risk
MartingaleA strategy that doubles position size after each loss to recover prior losses with a single win — universally banned or heavily restricted at prop firms due to catastrophic risk.Strategies
Rule BreachAny violation of a prop firm's trading rules — some breaches are warnings, others permanently end the account.Rules & Risk

Why traders fail Automated Trading

Assuming “automation allowed” means “any algo allowed.” Even Lucid (the most permissive major firm) explicitly excludes martingale and pure HFT. Read each firm’s automation policy carefully before assuming your specific algo is permitted.

Subscribing to commercial signal services. Universally banned. Every major firm prohibits external trade signal subscriptions where another party’s decisions execute in your account. The strategy must be YOURS.

Running identical algos on multiple owned accounts simultaneously. This combines automation + copy-trading violations. Even on copy-trading-friendly firms (TPT, Tradeify), simultaneous identical-order automation is typically restricted.

Choosing a firm based on price without checking algo policy. If you’re an algo trader, the firm’s automation policy is more important than the eval price. A $30 evaluation that bans your strategy is more expensive than a $60 evaluation that allows it.

Frequently asked questions about Automated Trading

Which prop firms allow automated trading?

Lucid Trading, Tradeify, Phidias, Apex (with restrictions on HFT/martingale), and TPT Test phase all allow automation. The most permissive is Lucid, which positions itself explicitly around algorithmic traders. See our filter page on best prop firms for algo trading.

What's the difference between automated trading and HFT?

Automated trading is any algorithmic execution. HFT is a SUBCATEGORY: high-frequency algos (100+ trades per day with sub-minute holds). All HFT is automated, but most automation is not HFT. Firms typically allow general automation but restrict HFT specifically.

Can I run my MetaTrader EA on a futures prop firm?

Most futures prop firms support NinjaTrader, Tradovate, and Rithmic-connected platforms — but not MetaTrader for futures. You'll need to port your EA logic to NinjaTrader or use a Python/C++ implementation via Rithmic API. Verify platform compatibility before purchasing.

Do I need to disclose my algorithm to the firm?

Generally no during normal operation — but if flagged for review, the firm may ask you to describe the strategy logic. They want to verify it's YOUR strategy and complies with rules, not deep IP inspection. Simple description usually suffices.

Are external trade signal services allowed?

No. Universally banned across major prop firms. Subscribing to "Pro Signal Service" or similar where third-party trades execute in your account violates ownership-of-strategy requirements. Your algo must be your own.