StratBase.aiStratBase.ai
DashboardCreate BacktestMy BacktestsCatalogBlogNewsToolsHelp

Products

  • Researcher Dashboard
  • Create Backtest
  • My Backtests
  • Catalog
  • Blog
  • News

Alerts

  • Calendar
  • OI Screener
  • Funding Rate
  • REKT
  • Pump/Dump

Company

  • About Us
  • Pricing
  • Affiliate
  • AI Widget
  • Contact

Legal

  • Privacy
  • Terms
  • Refund Policy

Support

  • Help Center
  • Reviews
StratBase.aiStratBase.ai

Think it. Test it.

StratBase.ai does not provide financial advice or trading recommendations. AI only formalizes user ideas into testable strategy configurations for research purposes. Past backtesting performance does not guarantee future results. All trading decisions and associated risks are the sole responsibility of the user. This platform is not a broker and does not facilitate real trading.

© 2026 StratBase.ai · AI-powered strategy research and backtesting platform

support@stratbase.ai
Trading Tools & Services/Automation & Bots/Freqtrade

Freqtrade

Open-source Python bot. Backtesting, ML strategies, full control. Self-hosted.

🤖Automation & BotsCrypto
open-sourcepythonbacktestingmlself-hosted
📋

Overview

Freqtrade is a free, open-source cryptocurrency trading bot written in Python. It enables users to develop custom trading strategies, backtest them against historical data, and deploy them for live or paper trading. The bot is self-hosted and runs on your own infrastructure, giving you complete control over your trading logic and data.

Freqtrade is one of the most mature open-source trading bots available, with an active community and regular updates. It includes FreqAI, an adaptive machine learning module that allows strategies to self-train and adapt to changing market conditions.

⭐

Key Features

  • Custom Strategy Development: write strategies in Python with full flexibility
  • FreqAI (Machine Learning): adaptive ML-based strategy optimization
  • Comprehensive Backtesting: test strategies against historical data with detailed reports
  • Hyperparameter Optimization: automated parameter tuning using Hyperopt
  • Paper Trading (Dry Run): test strategies in real-time without risking capital
  • Telegram/Web UI: manage and monitor the bot via Telegram bot or web interface
  • Dynamic Whitelists: automatic token selection based on configurable filters
  • Plotting Tools: visualize backtest results and trade performance
🔗

Supported Exchanges

Officially tested with Binance, Bybit, OKX, Kraken, Gate.io, BingX, Bitmart, and HTX. Based on CCXT library supporting 100+ exchanges.

💰

Pricing

Freqtrade is completely free and open source under the GPL-3.0 license. No subscription fees, no trading fees, no hidden costs.

📌

Installation

git clone https://github.com/freqtrade/freqtrade.git
cd freqtrade
./setup.sh  # Linux/macOS
# or: pip install freqtrade
# or: docker pull freqtradeorg/freqtrade

Requires Python 3.11+ or Docker.

📌

Bot Strategies

  • Technical Analysis: strategies based on any combination of indicators
  • Machine Learning (FreqAI): self-training adaptive strategies
  • Custom Python Logic: unlimited flexibility with Python scripting
  • Signal-Based: integrate with external signal sources
📌

Community

  • GitHub (18K+ stars)
  • Discord
  • Documentation
🔗

Useful Links

  • Official Website
  • GitHub Repository
  • FreqAI Documentation