Git Product home page Git Product logo

binance-bot-5's Introduction

Cryptogini Binance

Pump Bot for Binance exchange

Configuration

In config.py change the following parameters before the pump:

next_pump = {'year': 2018, 'month': 2, 'day': 3, 'hour' : 11, 'min' : 18, 'sec' : 30, ...}

Place the exact date of the pump.:

perc_to_pump = 0.9 

pump_percentage = 0.03  
pump_change_abort = 0.06 

In the following order, the % of the total balance which will be used, the % which will trigger the bot to buy a coin and the % of increase to avoid buying the coin.:

sell_amounts = [0.4, 0.3, 0.3] 
price_amounts = [1.12, 1.15, 1.18]

Divide the sell limits, you can place the number of sell_amounts you want. Make sure the sum of all equals to 1. The price amounts represent the % of gain which every sell limit will be placed (1.10 = 10%).

Finally, 30 min before the pump find all the coins with 1000 btc of volume or more and insert them in the excluded coins.:

excluded_coins =   ['ICX', 'ETH', 'LSK', 'TRX', 'VEN', 'ELF']

binance-bot-5's People

Contributors

marc-roig 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.