| Cost | Free and open source (GPL-3.0). No paid tiers, ever. | Free forever. Paid tiers only add hosted AI capacity — see current pricing. |
|---|
| Markets | Cryptocurrency only, across roughly 100 exchanges via CCXT. | Anything with an API — crypto, stocks, futures, forex. |
|---|
| Getting started | Install Python, configure a JSON file, write a strategy class, drive it from the CLI or Docker. | Install a 6 MB app and describe what you want in a sentence. |
|---|
| Do you need to code? | Yes. Strategies are Python classes against the Freqtrade API. | No. You get readable code you can edit if you want to. |
|---|
| Interface | Command line, config files, plus a web UI and Telegram control. | Desktop app, with tools you can ask it to build for you. |
|---|
| Where it runs | Your own machine or VPS. Nothing hosted, nothing uploaded. | The same — your machine, and it keeps running after you close the app. |
|---|
| Machine learning | FreqAI is a mature, purpose-built adaptive ML module. | No equivalent. You can build one, but nothing ships with it. |
|---|
| Maturity | Years old, 25k+ GitHub stars, very large community of shared strategies. | Much newer, with a far smaller community and marketplace. |
|---|