Code Monkey home page Code Monkey logo

binance-traderbot's Introduction

Binance Trader Bot (NodeJS)

Build Status codecov

This is a bot for auto trading the binance.com exchange based on https://github.com/yasinkuyu/binance-trader

Screenshot

Configuration

  1. Signup for Binance

  2. Enable Two-factor Authentication

  3. Go API Center, Create New Api Key

     [✓] Read Info [✓] Enable Trading [X] Enable Withdrawals
    
  4. Get an API and Secret Key, insert into config.js

     {
     	api: "<API key for account access>",
     	secret: "<Secret key for account access>"
     }
    
     [API Docs](https://www.binance.com/restapipub.html) 
    

Requirements

[NodeJs](https://nodejs.org/en/)

Installation

npm install

Usage

npm start

Open Browser (http://localhost:3001)

Example coins.js 

[
	{
		symbol:'ZECBTC',
		quantity:0,
		stop_loss:0,
		mode:'profit',
		profit:1.0,
		increasing:0.00000001,
		decreasing:0.00000001,
		loop:0,
		wait_time:0.7,
		prints: 1,
	},
	{
		symbol:'ETHBTC',
		quantity:0,
		stop_loss:0,
		mode:'profit',
		profit:1.0,
		increasing:0.00000001,
		decreasing:0.00000001,
		loop:0,
		wait_time:0.7,
		prints: 1,
	}
]

quantity     Buy/Sell Quantity (default 0) (If zero, auto calc)
amount       Buy/Sell BTC Amount (default 0)
symbol       Market Symbol (default XVGBTC or XVGETH)
profit       Target Profit Percentage (default 1.3)
stop_loss    Decrease sell price at loss Percentage (default 0)
orderid      Target Order Id (default 0)
wait_time    Wait Time (seconds) (default 0.7)
increasing   Buy Price Increasing  +(default 0.00000001)
decreasing   Sell Price Decreasing -(default 0.00000001)
prints       Scanning Profit Screen Print (default True)
loop         Loop (default 0 unlimited)

mode         Working modes profit or range (default profit)
               profit: Profit Hunter. Find defined profit, buy and sell. (Ex: 1.3% profit)
               range: Between target two price, buy and sell. (Ex: <= 0.00000780 buy - >= 0.00000790 sell )
               
buyprice     Buy price (Ex: 0.00000780)
sellprice    Buy price (Ex: 0.00000790)


All binance symbols are supported.

Test

npm test

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.

Contributing

Fork this Repo
Commit your changes (git commit -m 'Add some feature')
Push to the changes (git push)
Create a new Pull Request

Thanks all for your contributions...    

Donate

If this bot get some profit or if you want contribute with some coins to test feel free to donate

ETH: 0x09d70c877e5656adebb4e01e5d4ad7bc04d09e57
BTC: 1HKnqo9MM8AZY2jVcnoFLkVsN7ChoXBCHL
LTC: LVfyupcANzMQhJHCjetomGiq3rrB43r2uo

binance-traderbot's People

Contributors

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