Quick Answer — EA Trading at Sway Funded
- • EAs and copy trading are permitted on Sway Funded challenges and funded accounts
- • Prohibited: HFT, price arbitrage, latency exploitation, cross-account hedging
- • MT4/MT5 EAs cannot run natively — connect via copy trade bridge to Liquid Charts
- • VPS reduces latency and ensures the EA runs continuously without downtime
- • The EA must be rules-compliant — Sway Funded monitors trading behavior, not just labels
Strategy disclaimer: I haven't traded Sway Funded personally — these strategies are based on research of their rules, community data, and approaches that have worked for similar intraday trailing drawdown structures. Adapt everything to your own risk tolerance and trading style.
See the full Sway Funded strategy overview for the complete framework. For official rules, For the full firm review, see my complete Sway Funded review. For official rules, visit Sway Funded's website or their help center.
Sway Funded permits automated trading — EAs, bots, and copy trading are all allowed, provided the underlying strategy doesn't violate the firm's prohibited behavior rules. That's a meaningful distinction: what's permitted is the use of automation, not a blank check to use any automated approach.
This guide covers what automated strategies work within the rules, what gets flagged or disqualified, how to connect MT4/MT5-based EAs to a Liquid Charts account, and what a proper automated trading setup looks like for a Sway Funded challenge.
What Sway Funded Permits (Automation)
Sway Funded explicitly allows:
- Expert advisors (EAs) that execute trades automatically based on rules
- Bots of any type that operate within the rules framework
- Copy trading — signals from any source, including MT4/MT5 terminals, third-party copy services, or social trading platforms
- Algorithmic strategies based on technical indicators, price action, time-based triggers, or any standard quantitative approach
The requirement is simple: the automated strategy must follow all the same rules as a manual trader. Position sizing limits, drawdown management, prohibited behaviors — all apply equally to automated and manual accounts.
What's Prohibited: The Four Red Lines
Sway Funded's prohibited list for automation is specific:
1. High-Frequency Trading (HFT)
HFT is defined by extremely rapid execution — hundreds or thousands of trades per second or per minute, exploiting microstructure inefficiencies. Sway Funded doesn't define HFT by exact frequency, but patterns of extremely high trade count, very short holding times, and large trade volume in a short period will flag the account.
This doesn't mean you can't trade frequently. Scalpers who take 10–20 trades per day are fine. An EA that fires 200 orders per hour is not.
2. Price Arbitrage Between Brokers
This involves exploiting price discrepancies between Sway Funded's Liquid Charts feed and another broker's feed to take risk-free or near-risk-free trades. The trade looks profitable before the price re-aligns. This is explicitly prohibited and fairly easy for risk teams to identify via trade pattern analysis.
3. Latency Exploitation
Similar to arbitrage, latency exploitation means placing trades that take advantage of price feed delays — you know the "true" price before Liquid Charts has updated, allowing risk-free entries. No prop firm permits this, and it's a violation across the industry.
4. Cross-Account Hedging
Holding opposing positions on the same instrument across different Sway Funded accounts (e.g., long EUR/USD on Account A and short EUR/USD on Account B) to guarantee profits or lock in a gain. This is explicitly prohibited. Within a single account, normal hedging (long and short simultaneously on different instruments, or even the same instrument in some structural strategies) may be permissible — but cross-account is not.
Also not permitted:
- Trading on non-public information (insider trading equivalent)
- Any strategy designed to exploit the firm rather than trade market movements legitimately
The MT4/MT5 Problem and the Copy Trade Solution
This is the central practical challenge for EA traders at Sway Funded: the platform is Liquid Charts, not MT4 or MT5. If your EA is built in MQL4 or MQL5, it cannot run natively on Liquid Charts.
There are two approaches:
Option 1: Rebuild the EA for Liquid Charts
If Liquid Charts supports a native scripting or automation interface (check current Liquid Brokers documentation — platform automation features may be updated), you could rebuild the EA's logic in the platform's native format. This is the cleanest solution but requires development work and platform-specific knowledge.
Option 2: Copy Trade Bridge
This is the approach most MT4/MT5 EA traders use for platforms without native MetaTrader support:
1. Run your MT4/MT5 EA on a separate terminal — either on your local machine, a VPS, or via a supported broker account
2. Connect a copy trading service that can relay trades from MT4/MT5 to Liquid Charts
3. Configure the copy service with appropriate lot scaling (to match position sizing relative to account size on both terminals)
4. The EA generates signals on MT4/MT5 → signals are copied to your Sway Funded Liquid Charts account
Copy trading services that support Liquid Charts or similar proprietary platforms may include: Trade Copier, Duplikium, Telegram-based copy services, or proprietary solutions from copy trading providers. Verify current compatibility with Liquid Charts before choosing a service.
The critical detail: the copied trades must still comply with all Sway Funded rules. If your EA generates an HFT-style pattern on MT4 and those trades copy to Liquid Charts, you've violated the rules — even if the EA itself is "just copy trading."
VPS Setup for Sway Funded EA Trading
A VPS (Virtual Private Server) is a cloud-based server that runs your trading terminal 24/7, independent of your local machine. For EA trading at prop firms, a VPS provides:
- Continuous uptime: Your EA keeps running even if your computer shuts down, loses internet, or restarts
- Lower latency: VPS providers located near liquidity hubs have faster order execution than a home internet connection
- Consistent performance: VPS resources are dedicated, unlike a personal computer that may have varying load
Recommended VPS setup for Sway Funded EA trading:
- Location: Choose a VPS server in Europe (London, Frankfurt, or Amsterdam) to minimize latency to Liquid Brokers' servers, which are likely European given their GMT+2/+3 server time
- RAM: 1–2 GB is sufficient for MT4 with one EA and a copy trading service
- Provider options: ForexVPS, Beeks, Vultr, Amazon Lightsail, or DigitalOcean — price ranges from $15/month to $100+/month for professional solutions
- Operating system: Windows (for MT4/MT5 compatibility) or Linux with Wine emulation if running MT4 under Linux
For the copy trade setup specifically:
- Run MT4/MT5 on the VPS with your EA
- Run the copy trading software on the same VPS
- Configure the copy service to relay to your Liquid Charts account
- Monitor via VPS remote desktop or the copy service's web interface
Practical Compliance Checklist for EA Traders
Before running an automated strategy on a Sway Funded account, verify every item on this list:
| Check | Requirement | Status |
|---|---|---|
| Trade frequency | Not HFT pattern — reasonable trade count per hour | Verify in backtests |
| No arbitrage signals | EA doesn't compare feeds between brokers | Review EA logic |
| No latency exploitation | EA doesn't depend on price feed delays | Review EA logic |
| Position sizing compliant | Max risk per trade ≤ 1% of account balance | Configure EA settings |
| Daily drawdown monitoring | EA has daily loss limit kill switch (stop at 4%) | Configure EA settings |
| No cross-account hedging | No opposing positions on same instrument across accounts | Verify single-account use |
| News restriction aware | EA pauses during 5-min news buffer if trading restricted events | Configure news filter |
| Copy service compatibility | Copy tool confirmed to work with Liquid Charts | Test before live challenge |
The Most Important EA Setting: Daily Loss Limit Kill Switch
The single most valuable automated trading safeguard for any prop firm is a daily maximum loss limit programmed directly into the EA or the copy trading software.
Set this at 4% — slightly below the 5% hard limit. If the EA's cumulative daily loss reaches 4%, it stops opening new trades for the rest of the day.
This one setting prevents the scenario where an EA takes 5+ consecutive losses during a choppy session and triggers the breach before you've had a chance to intervene. Even if you're asleep, even if you're away from your desk, even if your internet connection is unreliable — the EA stops at 4% and protects the 5% limit.
Most modern MT4/MT5 EA frameworks support this as a configurable parameter. If your EA doesn't have it, add it before running on a live challenge account.
Backtesting vs. Live Prop Trading: The Gap
A note worth making explicit: an EA that performs well in backtesting may behave very differently on a live prop account.
Reasons include:
- Slippage and spread variation: Live ECN pricing varies in real time; backtests often use fixed spreads
- Commission impact: $7/lot commission compounds significantly at higher trade frequency — include it in backtests
- Drawdown ceiling behavior: Backtests on personal accounts don't apply prop firm drawdown limits; the EA may take a position sizing approach that works on an unbounded account but fails on a trail-limited one
- News gap risk: EAs running through news events may see very different execution in live vs. simulated conditions
Run the EA on a small Sway Funded challenge first ($5,000 or $10,000) to verify live behavior before deploying on larger accounts.
FAQ Section
Q1: Are EAs allowed on Sway Funded challenges?
Yes. EAs, bots, and copy trading are permitted on both challenge and funded accounts. The underlying strategy must comply with all rules.
Q2: Can I run an MT4 or MT5 EA directly on Liquid Charts?
No. Liquid Charts is not MT4/MT5. MT4/MT5 EAs must be connected to Liquid Charts via a copy trading bridge service.
Q3: What is prohibited for automated trading at Sway Funded?
HFT, price arbitrage between brokers, latency exploitation, cross-account hedging, and trading on non-public information are all prohibited.
Q4: How do I connect an MT4 EA to Sway Funded's Liquid Charts?
Run the EA on a separate MT4/MT5 terminal (local machine or VPS). Connect a copy trading service compatible with Liquid Charts to relay trades from MT4/MT5 to your Sway Funded account.
Q5: Does Sway Funded monitor automated trading patterns?
Yes. Prop firms monitor trading behavior regardless of whether it's manual or automated. Prohibited patterns like HFT or arbitrage are identifiable in trade history data.
Q6: Do I need a VPS for EA trading at Sway Funded?
Not strictly required, but recommended. A VPS provides continuous uptime, lower latency, and stable performance — particularly important for time-sensitive strategies or 24/7 automated execution.
Q7: Where should I locate my VPS for trading Sway Funded?
European server locations (London, Frankfurt, Amsterdam) minimize latency to Liquid Brokers' servers given the GMT+2/+3 server time zone.
Q8: What is the most important EA safeguard for a prop firm account?
A daily loss limit kill switch set at 4% (below the 5% hard limit). This prevents the EA from breaching the daily limit during a losing session without manual intervention.
Q9: Can I use a copy trading service from another prop firm's MT5 account to copy to Sway Funded?
Potentially, but verify that the source account is not on a Sway Funded account (which would constitute cross-account hedging if the positions oppose each other). Using a retail broker MT5 as the signal source is typically fine.
Q10: What happens if my EA accidentally triggers a prohibited pattern?
The account may be flagged, reviewed, or closed. Sway Funded's terms allow them to void trades or accounts found to be in violation of prohibited behaviors. Review the EA logic thoroughly before deployment.
Frequently Asked Questions
Are EAs allowed on Sway Funded challenges?
Yes. EAs, bots, and copy trading are permitted on both challenge and funded accounts. The underlying strategy must comply with all rules.
Can I run an MT4 or MT5 EA directly on Liquid Charts?
No. Liquid Charts is not MT4/MT5. MT4/MT5 EAs must be connected to Liquid Charts via a copy trading bridge service.
What is prohibited for automated trading at Sway Funded?
HFT, price arbitrage between brokers, latency exploitation, cross-account hedging, and trading on non-public information are all prohibited.
How do I connect an MT4 EA to Sway Funded's Liquid Charts?
Run the EA on a separate MT4/MT5 terminal (local machine or VPS). Connect a copy trading service compatible with Liquid Charts to relay trades from MT4/MT5 to your Sway Funded account.
Does Sway Funded monitor automated trading patterns?
Yes. Prop firms monitor trading behavior regardless of whether it's manual or automated. Prohibited patterns like HFT or arbitrage are identifiable in trade history data.
Do I need a VPS for EA trading at Sway Funded?
Not strictly required, but recommended. A VPS provides continuous uptime, lower latency, and stable performance — particularly important for time-sensitive strategies or 24/7 automated execution.
Where should I locate my VPS for trading Sway Funded?
European server locations (London, Frankfurt, Amsterdam) minimize latency to Liquid Brokers' servers given the GMT+2/+3 server time zone.
What is the most important EA safeguard for a prop firm account?
A daily loss limit kill switch set at 4% (below the 5% hard limit). This prevents the EA from breaching the daily limit during a losing session without manual intervention.
Can I use a copy trading service from another prop firm's MT5 account to copy to Sway Funded?
Potentially, but verify the source account is not on a Sway Funded account (which could constitute cross-account hedging). Using a retail broker MT5 as the signal source is typically fine.
What happens if my EA accidentally triggers a prohibited pattern?
The account may be flagged, reviewed, or closed. Sway Funded's terms allow them to void trades or accounts found to be in violation of prohibited behaviors.
The bottom line: EA trading at Sway Funded is straightforward in principle — automation is permitted, the prohibited behaviors are clear (HFT, arbitrage, latency, cross-account hedging), and the copy trade bridge solves the MT4/MT5 compatibility gap. The practical risk isn't getting caught doing something obviously prohibited; it's running an EA without proper drawdown safeguards and having it breach the daily limit during a losing session. Build the kill switch in first. Test on a small account. Scale only after the live behavior matches expectations.