GithubHelp home page GithubHelp logo

serhankilicarslan / freqtrade-bot Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 71 KB

Example of Freqtrade docker container that can use all strategies.

Python 100.00%
freqtrade bitcoin tradebot tradebot-application telegram-bot docker

freqtrade-bot's Introduction

Freqtrade Docker Example

Example of Freqtrade docker container that can use all strategies.

Whait is Freqtrade

Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning. more info...

Quick Start

Install

git clone https://github.com/serhankilicarslan/freqtrade-bot
cd freqtrade-bot

docker-compose run --rm freqtrade create-userdir --userdir user_data
docker-compose run --rm freqtrade new-config --config user_data/my-config.json

Edit Config File

You should edit the user_data/my-config.json file. Browse to the user_data/example-config.json file.

Download Data

Download data command example.

docker-compose run --rm freqtrade download-data --userdir user_data --pairs SOL/USDT ETH/USDT BTC/USDT BTCST/USDT STMX/USDT AUTO/USDT --exchange binance --days 5 -t 5m

Backtest

Backtest command example.

docker-compose run --rm freqtrade backtesting --userdir user_data  --config user_data/my-config.json --strategy Strategy001
docker-compose run --rm freqtrade backtesting --userdir user_data  --config user_data/my-config.json --strategy Strategy002
docker-compose run --rm freqtrade backtesting --userdir user_data  --config user_data/my-config.json --strategy Strategy003
docker-compose run --rm freqtrade backtesting --userdir user_data --config user_data/my-config.json --strategy Zeus
docker-compose run --rm freqtrade backtesting --userdir user_data --config user_data/my-config.json --strategy wtc

Run

docker-compose up

For deamon

docker-compose up -d

freqtrade-bot's People

Contributors

serhankilicarslan avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.