Skip to content

Freqtrade

Build Status Coverage Status Maintainability

Star Fork Download Follow @freqtrade

Introduction

Freqtrade is a cryptocurrency trading bot written in Python.

DISCLAIMER

This software is for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.

Always start by running a trading bot in Dry-run and do not engage money before you understand how it works and what profit/loss you should expect.

We strongly recommend you to have coding and Python knowledge. Do not hesitate to read the source code and understand the mechanism of this bot.

Features

  • Based on Python 3.6+: For botting on any operating system - Windows, macOS and Linux
  • Persistence: Persistence is achieved through sqlite
  • Dry-run: Run the bot without playing money.
  • Backtesting: Run a simulation of your buy/sell strategy.
  • Strategy Optimization by machine learning: Use machine learning to optimize your buy/sell strategy parameters with real exchange data.
  • Edge position sizing Calculate your win rate, risk reward ratio, the best stoploss and adjust your position size before taking a position for each specific market. Learn more
  • Whitelist crypto-currencies: Select which crypto-currency you want to trade or use dynamic whitelists.
  • Blacklist crypto-currencies: Select which crypto-currency you want to avoid.
  • Manageable via Telegram: Manage the bot with Telegram
  • Display profit/loss in fiat: Display your profit/loss in 33 fiat.
  • Daily summary of profit/loss: Provide a daily summary of your profit/loss.
  • Performance status report: Provide a performance status of your current trades.

Requirements

Uptodate clock

The clock must be accurate, syncronized to a NTP server very frequently to avoid problems with communication to the exchanges.

Hardware requirements

To run this bot we recommend you a cloud instance with a minimum of:

  • 2GB RAM
  • 1GB disk space
  • 2vCPU

Software requirements

  • Python 3.6.x
  • pip
  • git
  • TA-Lib
  • virtualenv (Recommended)
  • Docker (Recommended)

Support

Help / Slack For any questions not covered by the documentation or for further information about the bot, we encourage you to join our slack channel.

Click here to join Slack channel.

Ready to try?

Begin by reading our installation guide here.