Code Monkey home page Code Monkey logo

dimka-binance's Introduction

Dimka - Binance bot

Build Status Coverage Status License

This is an experimental bot for auto trading the Binance exchange.

Be very careful when using this bot. Potentially it can loose your money. Use this bot at your own risk.

Table Of Contents

How it looks?

How it looks?

How it works?

Installation with Docker

Install Docker and Docker Compose

    cp /{proj_path}/Dockerfile.dist /{proj_path}/Dockerfile 
    cp /{proj_path}/docker-compose.yml.dist /{proj_path}/docker-compose.yml 

Build and run docker container

    docker-compose build 
    docker-compose up -d 

Inside conf you can find configuration examples. Copy this files and create your own configuration.

  • /conf/conf.yaml.dist - this file contains bot configuration parameters. Change them for your own needs.

Important!!! Each bot instance should have his own:

  • configuration file
  • database (database file defined in configuration file)
  • Binance account

Don't share this data between separate bot instances. Otherwise the behavior of the bot can be unpredictable.

Login to docker container

    docker exec  -ti -e COLUMNS="`tput cols`" -e LINES="`tput lines`" dimka-binance  bash

Running the bot

To see help about bot additional parameters use command:

    python 3-step-bot.py --help

Running the bot:

    python 3-step-bot.py /var/www/conf/conf.yaml. --step=3 --iters=10 --high-diff=50 --debug

Run tests

    python -m unittest discover dimka-binance

Contributing

To create new endpoint - create issue or create pull request

Donate

If you find the bot useful and would like to donate, you can send some coins here:

BTC 17RaWy3SwvwhrMnakaMARX4N2vh5ukxpiz
BCH: qpsx260laq6wj4s99052nuy063v7j0sxsqxluur84z
ETH: 0x387D91F008dB992c7DAd9be8493dfA68E565706E
XRP: rpoi4dWSbEyQP2xmpsNMxCk2g2n5QvVSmM
Waves: 3PPXpTagbQCSXYZ3Y5h6vuFPj6RxHbnapmE
BTS: madmis-1

Disclaimer

I am not responsible for anything done with this bot. You use it at your own risk. There are no warranties or guarantees expressed or implied. You assume all responsibility and liability.

dimka-binance's People

Contributors

dmacto avatar

Watchers

James Cloos avatar Dmytro 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.