Code Monkey home page Code Monkey logo

freqtrade's Introduction

freqtrade

Install freqtrade cryptotrading bot. This script was tested on Debian 10.


Disclaimer: This software can, and probably will, lose your money. Investigate, find a strategy you're comfortable with, and use it with this bot. You are responsible for your decisions and your money. There are no warranties.


Purpose: The purpose of this script is to provide an automated installation process, a working configuration and strategy, and to simply make it easier to install, configure and update freqtrade.


Considerations: The provided configuration and strategy are Binance specific and probably won't work with other exchanges without a few modifications.


Before continuing make sure you already have the following information:

  • Exchange key
  • Exchange secret
  • Telegram bot token
  • Telegram chat id.

If you want to set up multiple bots, run the command again and choose a different bot name.


Install Freqtrade

bash <(wget --no-check-certificate -qO- https://raw.githubusercontent.com/aristosv/freqtrade/main/install)

Required setup information

  • Bot Name: This defines the bot's directory, service and strategy names.
  • Stake Currency: The coin you want to use to trade on. Examples: USDT, BTC.
  • Display Currency: The currency in which amounts will be displayed. Examples: USD, EUR, GBP.
  • Stake Amount: The amount you want to invest per trade.
  • Max Open Trades: The maximum allowed number of trades. -1 opens as many as possible.
  • Exchange Name: The name of your Exchange. Example: binance.
  • Exchange Key: Generate an API key on your exchange and use it here.
  • Exchange Secret: Along with the API key you will also get a secret.
  • Telegram Token: In Telegram, talk to @botfather, create a new bot and get it's API token.
  • Telegram ChatID: In Telegram, talk to @myidbot and get your ID.
  • Web UI user: The username to login on the web interface of the bot.
  • Web UI pass: The password to login on the web interface of the bot.
  • Web UI Port: The port to use for the web interface.

Common Usage

  • Start the bot: systemctl start $botname.service
  • Stop the bot: systemctl stop $botname.service
  • Restart the bot: systemctl restart $botname.service
  • Update Freqtrade and FreqUI: /usr/local/$botname/updateFreqtrade
  • Update the configuration from this repo: /usr/local/$botname/updateConfig
  • Update the strategy from this repo: /usr/local/$botname/updateStrategy
  • Tail log file: tail -f /var/log/$botname.log

freqtrade's People

Contributors

aristosv avatar iggyfrog avatar moullas avatar pampos79 avatar

Watchers

 avatar  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.