Coder Social home page Coder Social logo

webclinic017 / crypto-bot-5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from keryc/crypto-bot

0.0 0.0 0.0 4.82 MB

Freqtrade Bot with NostalgiaForInfinity Strategy

License: GNU General Public License v3.0

Shell 0.07% Python 99.01% Makefile 0.09% Jupyter Notebook 0.83%

crypto-bot-5's Introduction

Crypto Bot

Freqtrade Crypto Bot with NostalgiaForInfinity Strategy.
The strategy is constantly updated from a Github Action.

Getting Started

If not already done, install Docker and Docker Compose

Clone repository

git clone https://github.com/kerycdiaz/crypto-bot.git && cd crypto-bot

Generate the private configuration file

cp user_data/config.private.json.template user_data/config.private.json

Start Crypto Bot. (By default the mode is enabled Dry-Run)

docker-compose up -d

To access FreqUI go to http://localhost:8080/ and register a new bot with the username and password that indicates the config.private.json (You can change it at any time). In the same file you can activate telegram notifications, configure the exchange credentials and disable dry-run mode.

Automatically Update Crypto Bot

cd ${HOME}/crypto-bot/scripts
cp update-crypto-bot.sh.template update-crypto-bot.sh
# In update-crypto-bot.sh, add TG_TOKEN, TG_CHAT_ID and confirm the CRYPTO_BOT_PATH
chmod -x active-crontab.sh && ./active-crontab.sh

Backtesting

If not already done, install Make: sudo apt install make
Note: All parameters are optional, I could see their default value in the Makefile

Download the pairs you need to perform backtesting

make download-data EXCHANGE=binance TIMERANGE=20210101-20210201 TIMEFRAME='5m'

Know the downloaded pairs and their temporality

make list-data EXCHANGE=binance

Running backtesting for a defined strategy

make test EXCHANGE=binance STRATEGY=SampleStrategy

If you want to backtest the NostalgiaForInfinityX strategy you must download the data for '5m 15m 1h 1d'


Disclaimer

This is a personal experimentation software. 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.


Credits

Created by Keryc Díaz, NostalgiaForInfinity maintained by Iterativ.

crypto-bot-5's People

Contributors

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