Code Monkey home page Code Monkey logo

indicatorr / binancetradebot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from basicoverflow/binancetradebot

0.0 0.0 0.0 36 KB

An old project that asynchronously scans all coins on the Binance market and collects all the ones that it thinks are optimized for trading. Then takes whatever balance is available in the account's wallet and trades it between a set number of those optimized coins, logging every buy/sell it makes along the way. Once turned $20 worth of ETH into $40 after a week of constant trading. There are a number of algorithmic trading strategies already implemented, however a developer can easily implement more.

Python 99.58% Batchfile 0.42%

binancetradebot's Introduction

KronoBot 1.9.0

  • Old Binance Trading bot that has since probably been depricated from the platform. Essentially, it is a series of local tcp servers that spawn clients who share information with each other. Uses websockets to stream live market data and sqlite db's to store/update everything real time.

  • If I were to go back to this project, I would definately use something like redis to read/write the market data and build it around some sort of modern API framework like fastAPI

  • Designed to easily integrate new algorithmic strategies, providing the developer with direct access to all market data as well as common statistical operations on price data, like moving averages, standard deviations, RSI, etc.

  • User can customize what base currency to stay in, how many active 'clients' trading at a time with a portion of the wallet, and other elements

  • Also comes with a cool (i think) terminal UI design that the user can interact with

binancetradebot's People

Contributors

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