All Projects β†’ cryptokrishtopher β†’ Binancescanner

cryptokrishtopher / Binancescanner

πŸ’° Configurable Cryptocurrency Price & Volume Scanner for Binance

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Binancescanner

Binance Api Node
πŸ’Ή A complete and heavily tested wrapper with typings for the Binance API.
Stars: ✭ 260 (+381.48%)
Mutual labels:  cryptocurrency, binance
Ccxws
WebSocket client for 38 cryptocurrency exchanges
Stars: ✭ 341 (+531.48%)
Mutual labels:  cryptocurrency, binance
Binance
A wrapper for the Binance REST and WebSocket APIs. Also beautifies responses
Stars: ✭ 304 (+462.96%)
Mutual labels:  cryptocurrency, binance
Binance
A .NET Standard Binance API library.
Stars: ✭ 199 (+268.52%)
Mutual labels:  cryptocurrency, binance
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-5.56%)
Mutual labels:  cryptocurrency, binance
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+322.22%)
Mutual labels:  cryptocurrency, binance
Crypto Exchanges Gateway
Your gateway to the world of crypto !
Stars: ✭ 343 (+535.19%)
Mutual labels:  cryptocurrency, binance
Binance Rs
Rust Library for the Binance API
Stars: ✭ 164 (+203.7%)
Mutual labels:  cryptocurrency, binance
Cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler
Stars: ✭ 643 (+1090.74%)
Mutual labels:  cryptocurrency, binance
Binance Triangle Arbitrage
Detect in-market cryptocurrency arbitrage
Stars: ✭ 460 (+751.85%)
Mutual labels:  cryptocurrency, binance
Bbgo
The modern cryptocurrency trading bot written in Go.
Stars: ✭ 192 (+255.56%)
Mutual labels:  cryptocurrency, binance
Node Binance Api
Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
Stars: ✭ 896 (+1559.26%)
Mutual labels:  cryptocurrency, binance
Trading Server
A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously with unified risk management and reporting. Uses MongoDB for storage and Telegram for user notifications/trade consent.
Stars: ✭ 191 (+253.7%)
Mutual labels:  cryptocurrency, binance
Python Binance
Binance Exchange API python implementation for automated trading
Stars: ✭ 4,114 (+7518.52%)
Mutual labels:  cryptocurrency, binance
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+4694.44%)
Mutual labels:  cryptocurrency, binance
Php Binance Api
PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use. https://github.com/binance-exchange/php-binance-api
Stars: ✭ 326 (+503.7%)
Mutual labels:  cryptocurrency, binance
My Token
πŸ“ˆTrack token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (+161.11%)
Mutual labels:  cryptocurrency, binance
Bitprophet
Node crypto trading platform for Binance exchange.
Stars: ✭ 166 (+207.41%)
Mutual labels:  cryptocurrency, binance
Binance.net
.Net API wrapper for the Binance web API
Stars: ✭ 349 (+546.3%)
Mutual labels:  cryptocurrency, binance
Node Binance Trader
Cryptocurrency Trading Strategy & Portfolio Management Development Framework for Binance. Follow open NBT trading signals at
Stars: ✭ 720 (+1233.33%)
Mutual labels:  cryptocurrency, binance

binancescanner

binancescanner is a price and volume scanner with customizable threshold notifications written in Python 3. Eyes everywhere for monitoring fast moving markets! One part of the traderstoolkit coming soon.

Disclaimer: I am in no way affiliated with Binance, use at your own risk. There are no warranties or guarantees expressed or implied. You assume all responsibility and liability.

alt tag

(Optional!) Configuration

  1. Change trading pair (from BTC to USDT, ETH or BNB)
  2. Change volume threshold (in BTC)
  3. Change price and volume difference thresholds (in percentage)

Requirements

High-speed Internet connection
Python 3.6

You will need to run the following:

$ py -m pip install python-binance
$ py -m pip install twisted
$ py -m pip install colorama

Usage

$ py BIscanner.py

Issues

Running on Linux or Mac crashes due to colorama

If you need any help join the dedicated discord server

Supporting

If you want to contribute please fork and submit a pull request

Roadmap

binancescanner is currently in early testing stages but will be expanding soon:

  • Add instructions for no0bs (COMPLETED)
  • Improve triggering conditions for notifications
  • Requirements file
  • Docstrings
  • Graceful exception handling
  • Command line arguments for TRADING PAIR and THRESHOLDS
  • Test colorama on Linux and Mac (COMPLETED)
  • Only show color-range chart if notifications are posted

Noob Guide

  1. Install git, python 3.6, pip, MS Visual C++ 14.0 2015 and the required modules
  2. Create a folder anywhere (for example: desktop)
  3. Open command prompt and cd to that folder
  4. Clone repo to folder using git
  5. cd into the cloned repo
  6. Run BIscanner.py

traderstoolkit

The traderstoolkit is a collection of scripts and tools to allow easier trading. Each tool will be released standalone as they are completed and the toolkit will be released as a whole at a later date.

*testing for public release **in development

BITFINEX ONLY

  • BFtrader.py* - multiple trades, single currency trading bot

  • BFarbv1.py* - arbitrage calculator for multiple currencies

  • BFarbv2.py** - arbitrage calculator for multiple currencies with built-in trader

BINANCE ONLY

  • BIscanner.py - eyes everywhere! price and volume scanner with customizable threshold notifications

  • BIarbv1.py** - arbitrage calculator for multiple currencies

  • BIarbv2.py** - arbitrage calculator for multiple currencies with built-in trader

BITMEX ONLY

  • BMtrader.py** - single trade, single currency (XBTUSD) trading bot

GLOBAL

  • sentiment.py* - configurable real time sentiment analysis of tweets associated with particular cryptocurrencies (susceptible to spam tweets/bots)

Donate

If this library helped you out feel free to donate:

  • ETH: 0x1f9145dA965506e41924460Dd86E60ce1083be6c
  • LTC: MDfztCZvet4jGFFUbi8TwNts3uayZmGebJ
  • BCH: 19iLgsCkXQY8wJXqnRVN64kL5pWs2bLqbW
  • BTC: 3BZg92TdEW3utKy5ErDtV2kbdGtK33Z9CB
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].