NEOMAAA Funded EA Rules: Are Expert Advisors Allowed? (2026)
NEOMAAA Funded allows Expert Advisors (EAs) on their MT5 accounts, but with restrictions. High-frequency trading bots, tick scalping algorithms, and latency arbitrage systems are explicitly prohibited. Standard EAs that follow trend-based logic, grid strategies within risk limits, or systematic execution at normal trade frequencies are permitted.
I'm currently running NEOMAAA Funded accounts alongside Lucid Trading, TakeProfitTrader, and e8 Markets. Each firm handles EAs differently, and NEOMAAA's policy sits in the middle of the pack. Not as open as FTMO, not as restrictive as firms that ban all automation. The line is drawn at what your EA actually does, not whether you use one.
This article covers which EA types work, which get flagged, how to set them up on MT5, and the compliance checklist I'd run before deploying any bot on a NEOMAAA Funded account.
What Types of EAs Are Allowed at NEOMAAA Funded?
NEOMAAA Funded approves EAs that trade at a normal frequency and respect the account's risk parameters. The firm doesn't maintain a whitelist of specific EAs, but they evaluate trading patterns to determine if an EA's behavior falls within their rules.
Here's what generally works:
Trend-following EAs. Bots that identify trend direction using moving averages, ADX, or similar indicators and enter positions in the direction of momentum. These trade at normal frequencies, hold positions for minutes to hours, and use standard stop-loss and take-profit levels. No issues.
Swing trading EAs. Automated systems that hold positions for hours or days. On Origin and Prime accounts at NEOMAAA Funded, swing trading is explicitly allowed, which means swing EAs are fine. On NOVA and Instant accounts, check the specific rules for overnight holding.
Grid EAs with risk controls. Grid strategies that open positions at predefined intervals are allowed as long as they don't blow through the daily drawdown limit. A grid bot that opens 10 positions of 0.5 lots within a 50-pip range is different from one that opens 40 positions of 5 lots in a 200-pip range. The first stays within risk parameters. The second will trigger drawdown breaches on most account types.
Signal-based execution bots. EAs that receive signals from an external source (TradingView alerts, custom indicators, Telegram signal services) and execute trades on your NEOMAAA account are allowed. The execution method doesn't matter as long as the trading behavior is compliant.
Copy trading your own accounts. NEOMAAA Funded explicitly allows you to copy trades between your own accounts. So an EA that mirrors your trades from one NEOMAAA account to another, or from your personal account to a NEOMAAA account, is fine. You can't copy from someone else's strategy, though.
What Types of EAs Get Flagged or Banned?
The prohibited categories are clear. NEOMAAA Funded bans EAs that exploit speed, platform vulnerabilities, or artificial trading patterns.
HFT bots. Any EA that opens and closes dozens of positions per minute or trades on sub-second timeframes is classified as high-frequency trading. NEOMAAA Funded prohibits HFT explicitly. The detection threshold isn't published, but as a general rule, if your EA is executing more than a few trades per minute consistently, it'll get flagged.
Tick scalping algorithms. EAs that scalp individual price ticks by holding positions for seconds and targeting 1-2 pip profits repeatedly are prohibited. This includes "scalper" EAs from the MQL5 marketplace that advertise "100 trades per day with 1-pip targets." Those won't survive on a NEOMAAA account.
Latency arbitrage bots. Systems that exploit price feed delays between brokers or between NEOMAAA's MT5 feed and another data source are banned. This is standard across the industry. If your EA relies on being faster than the price feed, it's not a real strategy.
Gambling bots. EAs that use martingale logic with no stop loss, doubling position size after every loss, fall under the "gambling" prohibition at NEOMAAA Funded. Pure martingale systems will either breach the daily drawdown or the max trailing drawdown in a single bad sequence.
Account management / third-party copy trading. Having someone else's EA trade your account, or using a commercial copy trading service where the signal provider controls position sizing, is not allowed. This falls under account management services, which NEOMAAA prohibits. The distinction: your own EA is fine. Paying someone else to run their bot on your account is not.
How Do You Set Up an EA on MT5 for NEOMAAA Funded?
Setting up an Expert Advisor on NEOMAAA Funded's MT5 is the same process as any MT5 broker. The platform handles EAs natively. Here's the step-by-step.
Step 1: Get your MT5 login credentials. After purchasing a NEOMAAA Funded account, you'll receive MT5 server details, a login number, and a password via email. Log into MT5 with these credentials.
Step 2: Place the EA file in the correct folder. In MT5, go to File > Open Data Folder > MQL5 > Experts. Copy your EA's .ex5 file (or .mq5 source file) into this folder. If the EA comes with additional files (libraries, includes, indicators), place those in their respective subfolders under MQL5.
Step 3: Restart MT5 or refresh the Navigator panel. After placing the files, either restart MT5 or right-click on "Expert Advisors" in the Navigator panel and select "Refresh." Your EA should appear in the list.
Step 4: Enable algorithmic trading. Go to Tools > Options > Expert Advisors. Check "Allow algorithmic trading." Also check "Allow DLL imports" if your EA requires external libraries. Be cautious with DLL imports on any EA you haven't personally verified.
Step 5: Attach the EA to a chart. Open the chart of the instrument you want to trade. Drag the EA from the Navigator panel onto the chart. A settings window will appear where you configure the EA's parameters (lot size, stop loss, take profit, strategy-specific settings).
Step 6: Configure risk parameters for NEOMAAA compliance. This is the critical step. Before turning the EA loose, set the following:
- Maximum lot size: stay well within NEOMAAA's limits for your account type
- Maximum number of simultaneous positions: keep aggregate exposure manageable
- Stop loss: mandatory for every trade (EAs without stops are gambling territory)
- Maximum daily loss: set an internal EA limit at 2-3% even if NEOMAAA allows 4%
- Trading hours: if you're on a funded account, consider limiting trading to outside the news blackout window (no trading within 5 minutes of Tier 1 news releases)
Step 7: Turn on Auto Trading. Click the "Algo Trading" button in the MT5 toolbar (it should turn green). The EA is now live.
Can You Run EAs on TradeLocker?
As of March 2026, TradeLocker has more limited EA support compared to MT5. TradeLocker supports API-based automation where you connect your bot via their REST API, but it doesn't natively run .ex5 files like MT5 does. For full EA functionality at NEOMAAA Funded, MT5 is the better choice.
If you have a cloud-based bot or a custom application that connects via API, TradeLocker works. For traditional MT5 Expert Advisors, stick with the MT5 platform.
What's the EA Compliance Checklist for NEOMAAA Funded?
Before deploying any EA on a NEOMAAA Funded account, run through this list. I've organized it by what NEOMAAA specifically cares about.
Trade frequency check. Run the EA on a demo account for at least a few days. Count the average number of trades per hour. If it's consistently above 10+ round-trip trades per hour, it's getting into territory that could be flagged as high-frequency. Normal EAs trade 1-20 times per day, not per hour.
Hold time check. Review the average hold time of trades. If the EA is holding positions for under 30 seconds on average, that's tick scalping territory. NEOMAAA wants to see trades that are based on genuine market analysis, not speed.
Martingale check. Does the EA increase position size after losses? If yes, by how much? A slight increase (1.2x after a loss) with a hard cap is a gray area. Doubling on every loss with no limit is pure martingale and will get the account terminated.
Stop loss check. Does every trade have a stop loss? EAs that don't use stops are risky for prop firm accounts. A single trade without a stop that runs against you can breach the daily drawdown instantly.
News filter. On funded NEOMAAA accounts, you can't trade within 5 minutes of Tier 1 news releases. If your EA doesn't have a built-in news filter, you need to add one or manually disable the EA during news windows. This is specific to funded accounts, not the evaluation phase.
Drawdown limiter. Does the EA have a maximum daily loss setting? If not, add one externally. NEOMAAA's daily drawdown is 4% on Origin and 3% on Prime. Set the EA's internal daily loss cap at 2-3% to leave a buffer for slippage and spreads.
Position sizing. Verify that the EA respects the lot size limits for your account type and instrument. An EA configured for a personal $100K account at a regular broker might default to 100-lot positions. That'll get rejected or flagged immediately on NEOMAAA.
What Are Common EA Mistakes That Trigger Violations?
I've seen these across multiple prop firm communities, and they apply directly to NEOMAAA Funded.
Running a scalper EA without checking frequency. Traders buy a "profitable scalper EA" from MQL5 marketplace, install it on their NEOMAAA account, and get terminated within days because the bot was doing 50+ trades per hour with 2-pip targets. That's tick scalping. Banned.
Grid EAs with no drawdown cap. Grid bots are popular because they look profitable in backtests. The problem: in a trending market, a grid EA keeps opening positions against the trend. Without a hard loss cap, it'll blow through NEOMAAA's 4% daily drawdown or 7% max trailing drawdown in a single bad session.
No news filter on funded accounts. The evaluation phase at NEOMAAA doesn't restrict news trading. But once you're funded, there's a 5-minute blackout window around Tier 1 news. If your EA traded through NFP or CPI during evaluation, it'll continue doing that on the funded account unless you add a news filter. Violation.
Copy trading from third-party signals. Traders connect their NEOMAAA MT5 to a copy trading service, thinking it's the same as running an EA. It's not. NEOMAAA considers this account management by a third party, which is prohibited. Copy your own trades between your own accounts. Not someone else's.
Leaving the EA running during VPS downtime. If you run your EA on a VPS and the VPS reboots or loses connection, pending orders might execute without the EA's risk management overlay. Trades could fill at bad prices with no stops. Always verify that your VPS has failsafes and that your EA handles connection drops gracefully.
How Do NEOMAAA Funded EA Rules Compare to Other Firms?
NEOMAAA Funded sits in the middle of the prop firm EA spectrum. Some firms are more restrictive, others give you wider latitude.
NEOMAAA's EA policy is fairly standard for a forex/CFD prop firm. The main thing that distinguishes them is the explicit prohibition on tick scalping. Some firms are vague about where scalping ends and tick scalping begins. NEOMAAA draws the line clearly.
How Should You Approach EA Trading at NEOMAAA Funded?
My recommendation: treat your EA as a tool, not a hands-off money printer.
Run the EA on a demo account or your evaluation account for at least two weeks before deploying it on a funded account. Track trade frequency, average hold time, drawdown behavior, and whether it would trigger any of NEOMAAA's prohibited categories.
Set conservative risk parameters. Just because the Origin account allows 4% daily drawdown doesn't mean your EA should target 3.9%. Leave a buffer. I'd set any EA's internal daily loss at 2% maximum on a NEOMAAA Funded account.
Monitor the EA daily. Even a well-backtested bot can behave unpredictably during unusual market conditions (flash crashes, liquidity gaps, unexpected central bank decisions). Have a kill switch. Know how to disable the EA within 30 seconds if something goes wrong.
If you're on a funded NEOMAAA account, add a news filter. The 5-minute Tier 1 news blackout is non-negotiable. Your EA needs to either stop trading or close positions before the window opens. Missing this is one of the easiest ways to get flagged.
The bottom line: NEOMAAA Funded is EA-friendly as long as your bot trades like a normal human would. Trend followers, swing bots, grid systems with proper risk management, signal-based execution. All fine. The moment your EA starts trading 50 times an hour with 1-pip targets, you're in violation territory. Run the compliance checklist, demo-test for two weeks, set conservative parameters, and monitor daily. That's the formula for running EAs at NEOMAAA without getting your account shut down.
Frequently Asked Questions
Are Expert Advisors allowed on NEOMAAA Funded accounts?
Yes. NEOMAAA Funded permits Expert Advisors on their MT5 accounts. The EA must trade at normal frequency and comply with NEOMAAA Funded's risk rules. HFT bots, tick scalpers, and latency arbitrage systems are specifically prohibited.
Can I use a scalping EA on NEOMAAA Funded?
It depends on the EA's behavior. NEOMAAA Funded allows normal scalping where trades last several minutes and target reasonable pip targets. Tick scalping EAs that hold positions for seconds and target 1-2 pips are banned. Check your EA's average hold time and trade frequency before deploying.
Does NEOMAAA Funded allow grid EAs?
NEOMAAA Funded allows grid-style EAs as long as they include risk management and don't violate drawdown limits. A grid EA that opens controlled positions within defined ranges is acceptable. A pure grid bot with no stop loss that opens unlimited positions against a trend will breach NEOMAAA Funded's daily drawdown or max trailing drawdown.
Can I copy trades between my own NEOMAAA Funded accounts with an EA?
Yes. NEOMAAA Funded explicitly allows copying trades between your own accounts using an EA or copy trading tool. What's prohibited is copying from another trader's account or using a third-party signal service where someone else controls your trading decisions.
What happens if my EA triggers a prohibited strategy at NEOMAAA Funded?
NEOMAAA Funded can terminate the account if an EA engages in prohibited strategies like HFT, tick scalping, or latency arbitrage. Profits from violating trades may be voided, and the account can be closed without payout. NEOMAAA Funded's risk team monitors trading patterns algorithmically.
Do I need a news filter on my EA for NEOMAAA Funded?
On NEOMAAA Funded evaluation accounts, news trading is unrestricted. On funded accounts, there's a 5-minute blackout window around Tier 1 news releases. If your EA doesn't have a built-in news filter, you must manually disable it during news events or add a news-aware module.
Which platform is better for EAs at NEOMAAA Funded, MT5 or TradeLocker?
MT5 is the better platform for running Expert Advisors at NEOMAAA Funded. MT5 natively supports .ex5 files, has a full MQL5 programming environment, and allows direct EA attachment to charts. TradeLocker supports API-based automation but doesn't run traditional MT5 EAs natively.
Can I use a martingale EA on NEOMAAA Funded?
Pure martingale strategies fall under NEOMAAA Funded's gambling prohibition. EAs that double position size after every loss with no cap will breach drawdown limits and get the account terminated. Modified martingale with small multipliers and hard position limits is a gray area that carries significant risk.
How does NEOMAAA Funded detect prohibited EA activity?
NEOMAAA Funded monitors trading patterns on the server side, including trade frequency, average hold time, position sizing patterns, and drawdown behavior. Their risk team uses algorithmic detection to identify HFT patterns, tick scalping, and other prohibited trading behaviors regardless of the platform used.
Should I test my EA on a demo before using it on NEOMAAA Funded?
Absolutely. Running your EA on a demo account or evaluation account for at least two weeks before deploying on a funded NEOMAAA Funded account is essential. Track the trade frequency, average hold time, maximum drawdown, and whether any patterns would violate NEOMAAA Funded's rules before risking a funded account.
.webp)
.png)

.webp)