Summary
- Eight of our 30-broker AU shortlist offer cTrader: Pepperstone, IC Markets, FP Markets, Eightcap, Fusion Markets, Axi, Vantage and ACY Securities.
- For the strongest cTrader execution in Australia,
Pepperstone and
IC Markets are level pegging. - For lowest cost,
Fusion Markets wins on commission again at AUD 2.25 per side. - cTrader’s edge over MT4/MT5 is execution: level 2 depth-of-market, advanced order types, faster order entry, and a cleaner UI for active trading.
- cTrader Automate (formerly cAlgo) is the algo development environment. C# instead of MQL. Less legacy code, more modern syntax.
Quick comparison: top cTrader brokers in Australia
| Broker | cTrader pricing model | EUR/USD typical | Commission per side | cTrader Automate | cTrader Copy | AFSL |
|---|---|---|---|---|---|---|
| Razor (RAW + commission) | 0.06 pips + AUD 3.50 | AUD 3.50 / 100k | Yes | Yes | 414530 | |
| cTrader (RAW + commission) | 0.0 pips + AUD 3.00 | AUD 3.00 / 100k | Yes | Yes | 335692 | |
| Raw (RAW + commission) | 0.1 pips + AUD 3.00 | AUD 3.00 / 100k | Yes | Yes | 286354 | |
| Raw (RAW + commission) | 0.1 pips + AUD 3.50 | AUD 3.50 / 100k | Yes | Yes | 391441 | |
| Zero (RAW + commission) | 0.0 pips + AUD 2.25 | AUD 2.25 / 100k | Yes | Yes | 385620 | |
| Pro (RAW + commission) | 0.2 pips + AUD 3.50 | AUD 3.50 / 100k | Yes | Yes | 318232 | |
| Raw (RAW + commission) | 0.0 pips + AUD 3.00 | AUD 3.00 / 100k | Yes | Yes | 428901 | |
| AACY Securities | ProZero (RAW + commission) | 0.0 pips + AUD 3.00 | AUD 3.00 / 100k | Yes | Yes | 403863 |
All eight brokers hold an Australian Financial Services Licence and are members of the Australian Financial Complaints Authority (AFCA). All apply ASIC’s Product Intervention Order leverage caps to retail clients: 30:1 on major forex pairs, 20:1 on minor pairs and gold, 10:1 on other commodities, 5:1 on share CFDs and 2:1 on cryptocurrency CFDs.
Top picks for AU cTrader traders
Pepperstone: strongest cTrader build in Australia
Pepperstone (AFSL 414530) is the AU broker most often recommended for cTrader specifically. The Razor account on cTrader prices EUR/USD at around 0.06 pips raw plus AUD 3.50 per side commission. Equinix LD5 hosting (London) plus aggregated liquidity from 25+ providers means execution is genuinely fast.
What makes Pepperstone the lead pick on cTrader is feature parity with the full Spotware build. cTrader Automate, cTrader Copy, level 2 depth, advanced order types (limit, stop, stop-limit, OCO, trailing) all work as documented. The mobile cTrader app is the standard Spotware build, no proprietary skin. We rate Pepperstone 9/10 for active cTrader traders.
For full coverage see the
Pepperstone review.
IC Markets: closest thing to true ECN cTrader
IC Markets (AFSL 335692) shares the cTrader top-tier with Pepperstone. EUR/USD on cTrader averages 0.0 pips raw plus AUD 3.00 per side. The cost line is marginally cheaper than Pepperstone Razor on a like-for-like volume.
Where IC Markets edges Pepperstone on cTrader is liquidity depth on cross pairs and metals. Gold (XAU/USD) and AUD/JPY typically show tighter cTrader DOM than at Pepperstone in our weekly snapshots. cTrader Automate runs without restriction. cTrader Copy is supported. NY4 hosting plus a free VPS at AUD 5,000 balance with 5+ standard lots monthly.
FP Markets: strong cTrader build at competitive cost
FP Markets (AFSL 286354) deserves attention for cTrader. Raw account pricing at 0.1 pips + AUD 3.00 per side. LD5 hosting in London. cTrader Automate, cTrader Copy and level 2 DOM all enabled. FP Markets isn’t always on the cTrader marketing radar but the build is genuinely competitive.
Fusion Markets: cheapest cTrader broker we cover
Fusion Markets (AFSL 385620) extends its low-commission lead onto cTrader. Zero account at AUD 2.25 per side. EUR/USD at 0.0 pips raw, total cost equivalent around 0.45 pips. cTrader Automate is enabled. cTrader Copy too. Smaller product range than the bigger names but the cost line is the cheapest on this list.
Eightcap: the under-rated AU cTrader option
Eightcap (AFSL 391441) added cTrader in 2021 and the build is solid. Raw account at 0.1 pips + AUD 3.50. Full feature parity with the Spotware build. Eightcap publishes a curated cTrader Automate marketplace of vetted algos, useful if you don’t want to write your own.
What cTrader does better than MT4 and MT5
cTrader was launched by Spotware in 2011, six years after MT4 and three years before MT5. It was designed from a clean sheet for ECN/STP execution rather than dealing-desk pricing. That design choice still shows.
Level 2 depth-of-market. cTrader DOM is the cleanest in the retail market. You see bid and ask depth at multiple price points with the size at each level. MT5 has DOM but most brokers don’t expose true level 2 (it’s level 1 with extrapolated depth). cTrader exposes the real ladder.
Advanced order types. cTrader supports stop-limit, OCO (one-cancels-other), iceberg, and trailing stops natively. MT4 and MT5 require workarounds or third-party EAs for some of these.
Order entry speed. cTrader’s chart-trader and one-click trading panel are faster than MT4/MT5 for active scalping. The platform was designed around mouse-driven order entry; MT4 was designed around terminal trading.
Cleaner UI. Subjective, but most active traders we know who’ve used both rate the cTrader UI as the better-designed of the two. Charting is faster, indicator setup is more intuitive, and the multi-monitor layout is more flexible.
No requotes in the protocol. cTrader’s order book model doesn’t allow requotes. Either your order fills at the requested price (or better), or it’s rejected. MT4 brokers can requote at different prices.
Tick chart support. cTrader supports tick charts natively. MT4 doesn’t. MT5 has them via custom indicators but it’s awkward.
cTrader Copy. Built-in copy trading. Not great by social trading standards (eToro is better) but useful as a feature on the same platform.
cTrader Automate: the algo environment
cTrader Automate (formerly cAlgo) is Spotware’s answer to MQL4/MQL5. It runs on C# with the .NET framework, which has consequences:
- Modern syntax. C# is a more powerful and expressive language than MQL. Object orientation, LINQ, async/await, generics, all natively supported.
- Better tooling. The Visual Studio integration is solid. You can write cBot code (Spotware’s term for algos) in Visual Studio with full IntelliSense and step-through debugging. MT5’s MetaEditor is workable but less rich.
- Library ecosystem. Less mature than the MQL ecosystem in absolute size, but the libraries that exist tend to be higher quality.
- Backtesting. cTrader’s backtester runs on tick data with realistic spreads and slippage modelling. The MT5 strategy tester is comparable. MT4’s tester is well behind.
- Cloud algo store. Spotware runs cTrader Algos, a marketplace where developers publish cBots and indicators. Smaller than the MQL5 marketplace but with stronger quality control.
The trade-off is the smaller cBot library. If you’ve bought commercial MT4 EAs over the years, they don’t run on cTrader. You either rewrite them in cBot C# or you continue running MT4 alongside cTrader.
For most traders we know who’ve migrated from MT4 to cTrader, the migration takes 2 to 4 weeks of part-time work to port the core strategies. The result is usually cleaner, faster code that’s easier to extend.
When cTrader is the right choice
Five trader profiles fit cTrader best.
Active scalpers. The fast order entry, tick charts and clean DOM matter when you’re putting 20+ trades a day. cTrader’s order entry is measurably faster than MT4/MT5 in click-to-fill testing.
Algo developers who write in C#. If you’re already a .NET developer, cBot is a fast on-ramp. The mental model maps cleanly to writing any C# event-driven application.
Traders who care about execution transparency. cTrader’s order book and DOM expose what’s happening at the venue. MT4 hides most of it.
Multi-broker traders. Because cTrader is broker-agnostic (Spotware licenses to brokers), the platform UI is identical across brokers. If you’re running accounts at IC Markets and Pepperstone simultaneously, the cTrader experience is the same on both.
Traders moving away from MT4 dealer-desk frustrations. cTrader’s no-requote model is meaningful if you’ve had MT4 orders rejected at the requested price.
When cTrader isn’t the right fit
Three reasons to stick with MT4 or MT5 instead.
Existing MT4 EA library. If you have a working MT4 EA stack you’ve spent years tuning, the rewrite cost to cBot is real. Stick with MT4.
Multi-asset CFDs across share CFDs and indices. MT5 handles share CFDs more cleanly than cTrader. If your strategy is multi-asset, MT5 may be the better fit.
Beginner trader. cTrader’s UI is cleaner but it assumes you understand DOM, order types and execution mechanics. For someone new to forex, MT4 is honestly the gentler entry point.
ASIC, AFSL and what regulation actually covers
cTrader is software developed by Spotware Systems Ltd (Cyprus). Spotware doesn’t operate as a broker. The platform is licensed to brokers, who then run cTrader servers under their own regulatory regime.
When you trade on cTrader at IC Markets, you’re a client of IC Markets (Australia), which holds AFSL 335692 with ASIC. Your protections come from IC Markets’ AFSL, not from Spotware or cTrader.
ASIC’s retail protections that apply to AU cTrader accounts at any of the eight brokers above:
- 30:1 leverage cap on major forex pairs
- 20:1 cap on minor pairs and gold; 10:1 on other commodities; 5:1 on shares; 2:1 on crypto
- Negative balance protection
- Margin close-out at 50% of initial margin
- Bonuses and inducements to retail clients banned
- AFCA membership for free dispute resolution
- Segregated client money rules under the Corporations Act
- AUSTRAC reporting and ID verification on account opening
Same Product Intervention Order rules. No AU loophole regardless of platform.
Setting up cTrader with an AU broker: the basics
Steps using IC Markets as the reference. Maps to all eight brokers above.
- Open the account. Online application, AUSTRAC ID verification, typically approved within 24 hours. Specify cTrader as the platform during application (some brokers default to MT4 if you don’t).
- Fund the account. PayID and bank transfer are usually fee-free. AUD base account avoids conversion fees.
- Download cTrader. Direct from the broker’s website. The cTrader desktop client is one app that connects to multiple brokers via your login credentials.
- Log in. Credentials are emailed once the account is funded. Server endpoint is broker-specific.
- Set chart layouts and load any cBots or indicators. cBots go into the cTrader installation folder. Indicators too. The cTrader algo store has a one-click download into your local instance.
- Test on demo first. Every broker offers a free demo. cTrader’s demo is the same UI as live, with the broker’s actual spreads (not synthetic ones).
If you’re moving from MT4/MT5 to cTrader, your existing automation doesn’t port across without a rewrite. Plan a 2 to 4 week migration if you have a working strategy. For discretionary trading, the platform learning curve is genuinely smaller than the MT4-to-cTrader switch suggests, maybe a week of casual use.
FAQs
Which AU broker has the best cTrader?
Is cTrader better than MT4?
Can I run automated strategies on cTrader?
Is cTrader free?
What is the difference between cTrader and cAlgo?
Does cTrader work on Mac?
Can I use cTrader Copy with an Australian broker?
Related pages
About the author
Justin co-founded CompareForexBrokers in 2014 and has traded forex since 1998. Based in Melbourne, he has tested every ASIC-regulated broker on this site personally and has written for Forbes, Kiplinger, Finance Magnates, the Australian Financial Review and The Age. He holds a Bachelor of Commerce (Honours) and a Master's in Marketing from Monash University. Justin is the Strategic Head of Research for the site.