All Projects → LUCIT-Systems-and-Development → unicorn-binance-suite

LUCIT-Systems-and-Development / unicorn-binance-suite

Licence: MIT license
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.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Batchfile
5799 projects
Makefile
30231 projects

Projects that are alternatives of or similar to unicorn-binance-suite

binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (+25.71%)
Mutual labels:  binance, binance-exchange, binance-api
binance-chain-kit-ios
Full Binance DEX iOS library (SDK), implemented on Swift.
Stars: ✭ 15 (-57.14%)
Mutual labels:  binance, binance-exchange, binance-api
java-binance-api
Java Binance API Client
Stars: ✭ 72 (+105.71%)
Mutual labels:  binance, binance-exchange, binance-api
binance-rs-async
Async client for the Binance APIs
Stars: ✭ 74 (+111.43%)
Mutual labels:  binance, binance-exchange, binance-api
multi pairs martingle bot
A muti pairs martingle trading bot for Binance exchange.
Stars: ✭ 55 (+57.14%)
Mutual labels:  binance, binance-exchange, binance-api
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+571.43%)
Mutual labels:  binance, binance-exchange, 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 (+740%)
Mutual labels:  binance, binance-api
binancer
An R client to the Public Rest API for Binance.
Stars: ✭ 51 (+45.71%)
Mutual labels:  binance, binance-api
binance-bot
Very simple binance trading Bot using Binance REST API
Stars: ✭ 108 (+208.57%)
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 (-40%)
Mutual labels:  binance, binance-api
BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (+42.86%)
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 (+22.86%)
Mutual labels:  binance, binance-api
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+10442.86%)
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 (+162.86%)
Mutual labels:  binance, binance-api
binance-connector-dotnet
Lightweight connector for integration with Binance API
Stars: ✭ 77 (+120%)
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 (-14.29%)
Mutual labels:  binance, binance-api
cryptotrader-core
Simple to use Crypto Exchange REST API client in rust.
Stars: ✭ 19 (-45.71%)
Mutual labels:  binance, binance-exchange
Benzaiboten-spot-trading-bot
A trading bot easy to use to be linked to your favorite exchange to automatize the trading on cryptocurrencies
Stars: ✭ 20 (-42.86%)
Mutual labels:  binance, binance-exchange
hedgehog
Source code for the "Hands-on Elixir & OTP: Cryptocurrency Trading Bot" course
Stars: ✭ 70 (+100%)
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 (+500%)
Mutual labels:  binance, binance-api

LUCIT-UBS-Banner

GitHub Release GitHub Downloads Conda Release Conda Downloads PyPi Release PyPi Downloads License Supported Python Version PyPI - Status Azure Pipelines Read the Docs Github Telegram Gitter

UNICORN Binance Suite

Description | Installation | Change Log | Documentation | Social | Notifications | Bugs | Contributing | Disclaimer | Commercial Support

Description

The UNICORN Binance Suite is a collection of open source Python packages that are useful for creating automated trading systems (bots) that connect to the Binance API.

  • UnicornFy: Convert received raw data from crypto exchange API endpoints into well-formed python dictionaries.
  • UNICORN Binance Local Depth Cache: A local Binance DepthCache Manager for Python that supports multiple depth caches in one instance in a easy, fast, flexible, robust and fully-featured way.
  • UNICORN Binance REST API: An unofficial Python API to use the Binance REST API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, us, tr) in a easy, fast, flexible, robust and fully-featured way.
  • UNICORN Binance Trailing Stop Loss: A Trailing Stop Loss Python Lib and Command Line Tool as well as a standalone version for Windows and Mac that does not require an installed Python environment.
  • UNICORN Binance WebSocket API: An unofficial Python API to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, jex, dex/chain+testnet) in a easy, fast, flexible, robust and fully-featured way.

Installation and Upgrade

If you run into errors during the installation take a look here.

A wheel and a source file of the latest release with pip from PyPI

python3 -m pip install unicorn-binance-suite --upgrade --force-reinstall

The --upgrade flag will not update the unicorn-binance-suite dependencies unless you add the --force-reinstall flag.

A conda package of the latest release with conda from Anaconda via CONDA-FORGE.

conda install -c conda-forge unicorn-binance-suite

conda update -c conda-forge unicorn-binance-suite

Change Log

https://unicorn-binance-suite.docs.lucit.tech//CHANGELOG.html

Please look for the information in the README.md of the responsible subrepository.

Documentation

Please look for the information in the README.md of the responsible subrepository.

Project Homepage

https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite

Wiki

https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki

Social

Receive Notifications

Follow us on Twitter or on Facebook for general news about the unicorn-binance-suite!

Please look for the information in the README.md of the responsible subrepository for spezific notifications.

How to report Bugs or suggest Improvements?

Please look for the information in the README.md of the responsible subrepository.

Contributing

Please look for the information in the README.md of the responsible subrepository.

Disclaimer

This project is for informational purposes only. You should not construe this information or any other material as legal, tax, investment, financial or other advice. Nothing contained herein constitutes a solicitation, recommendation, endorsement or offer by us or any third party provider to buy or sell any securities or other financial instruments in this or any other jurisdiction in which such solicitation or offer would be unlawful under the securities laws of such jurisdiction.

If you intend to use real money, use it at your own risk.

Under no circumstances will we be responsible or liable for any claims, damages, losses, expenses, costs or liabilities of any kind, including but not limited to direct or indirect damages for loss of profits.

Commercial Support

LUCIT

Do you need a developer, operator or consultant?

Contact me for a non-binding initial consultation via my company LUCIT from Vienna (Austria) or via Telegram/WhatsApp.

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