All Projects → Kalaborative → binance-bot

Kalaborative / binance-bot

Licence: GPL-3.0 license
Very simple binance trading Bot using Binance REST API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to binance-bot

java-binance-api
Java Binance API Client
Stars: ✭ 72 (-33.33%)
Mutual labels:  binance, binance-api
Twitter Activated Crypto Trading Bot
Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges
Stars: ✭ 92 (-14.81%)
Mutual labels:  binance, binance-api
hands-on-elixir-and-otp-cryptocurrency-trading-bot
Source code to generate the "Hands-on Elixir & OTP: Cryptocurrency trading bot" book
Stars: ✭ 210 (+94.44%)
Mutual labels:  binance, binance-api
binance-spot-order-notification-heoku
[binance order trade fill notification] Telegram Notification when Binance order created, cancelled or filled. Ready to Deploy on Heroku
Stars: ✭ 30 (-72.22%)
Mutual labels:  binance, binance-api
binance-technical-algorithm
Technical trading algorithm for Binance
Stars: ✭ 44 (-59.26%)
Mutual labels:  binance, binance-api
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+3316.67%)
Mutual labels:  binance, binance-api
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (-59.26%)
Mutual labels:  binance, binance-api
cryptodiversify
Automatically check your portfolio on the Binance exchange and advice you on rebalancing your portfolio into the top 20 cryptocurrencies by market capitalization
Stars: ✭ 43 (-60.19%)
Mutual labels:  binance, binance-api
binancer
An R client to the Public Rest API for Binance.
Stars: ✭ 51 (-52.78%)
Mutual labels:  binance, binance-api
unicorn-binance-suite
The UNICORN Binance Suite is a Python Meta Package of unicorn-fy, unicorn-binance-local-depth-cache, unicorn-binance-rest-api, unicorn-binance-trailing-stop-loss and unicorn-binance-websocket-api.
Stars: ✭ 35 (-67.59%)
Mutual labels:  binance, binance-api
howtrader
Howtrader is a crypto currency quant framework, you can easily develop, backtest and run your own strategy in real market. It also supports tradingview or other 3rd party signals, just simply send a post request and it will help trade automatically. Now it only support binance spot, futures and inverse futures exchange. It will support okex, ftx…
Stars: ✭ 294 (+172.22%)
Mutual labels:  binance, binance-api
multi pairs martingle bot
A muti pairs martingle trading bot for Binance exchange.
Stars: ✭ 55 (-49.07%)
Mutual labels:  binance, binance-api
binance-connector-dotnet
Lightweight connector for integration with Binance API
Stars: ✭ 77 (-28.7%)
Mutual labels:  binance, binance-api
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-80.56%)
Mutual labels:  binance, binance-api
hedgehog
Source code for the "Hands-on Elixir & OTP: Cryptocurrency Trading Bot" course
Stars: ✭ 70 (-35.19%)
Mutual labels:  binance, binance-api
binance-rs-async
Async client for the Binance APIs
Stars: ✭ 74 (-31.48%)
Mutual labels:  binance, binance-api
binance-chain-kit-ios
Full Binance DEX iOS library (SDK), implemented on Swift.
Stars: ✭ 15 (-86.11%)
Mutual labels:  binance, binance-api
BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (-53.7%)
Mutual labels:  binance, binance-api
binance-client-websocket
🛠️ C# client for Binance websocket API
Stars: ✭ 41 (-62.04%)
Mutual labels:  binance, binance-api
binapi
Binance API C++ implementation
Stars: ✭ 129 (+19.44%)
Mutual labels:  binance, binance-api

binance-bot

Very simple binance trading Bot using Binance REST API

Welcome to Binance Bot!

Disclaimer: This bot will not guarantee you profits. By using this bot, you agree that you assume full responsibility and full liability for all transactions. It has been designed so that you will not have to deal with any API limits. Please don't go crazy.

Trading Concept: Input the Symbol you want to trade on (for example, "TRXBTC"). The bot will then take half of your available cryptocurrency and make a limit order according to the last minute's close. Once confirmed, it will try to sell the same amount on a 1.1% profit (this can be changed within the program). It will keep running until this is successful, or you can manually stop it. After the transactions are complete, it will calculate your percentage gain using the formula:

enter image description here

To Download:

Download sammchardy's binance package. Make sure you have the binance package installed via pip. Then clone this repo, insert your API key and API secret at the top, and run binance_bot.py.

Note:

If you run into an error having to do with installing Twisted and Microsoft Visual C++ Build Tools, simply download the appropriate wheel file from here (cp26 for Python 2.6, cp35 for Python 3.5, etc.) then install the wheel (i.e., pip install Twisted‑17.9.0‑cp34‑cp34m‑win32.whl)

Any contributions are welcome, as this is purely experimental. Cheers!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].