edeng23/binance-trade-bot

By GitHub - 2021-03-23

Description

Automated cryptocurrency trading bot. Contribute to edeng23/binance-trade-bot development by creating an account on GitHub.

Summary

  • README.md binance-trade-bot Automated cryptocurrency trading bot Why?
  • the difference is their phase offset.
  • Coin A → USDT → Coin B The way the bot takes advantage of the observed behaviour is to always downgrade from the "strong" coin to the "weak" coin, under the assumption that at some point the tables will turn.
  • This is done while taking into consideration the trading fees.

 

Topics

  1. Stock (0.35)
  2. Management (0.07)
  3. UX (0.06)

Similar Articles

Python enumerate(): Simplify Looping With Counters

By realpython - 2020-12-15

Once you learn about for loops in Python, you know that using an index to access items in a sequence isn't very Pythonic. So what do you do when you need that index value? In this tutorial, you'll lea ...

By RStudio AI Blog - 2020-12-22

In forecasting spatially-determined phenomena (the weather, say, or the next frame in a movie), we want to model temporal evolution, ideally using recurrence relations. At the same time, we'd like to ...

A brief introduction to algorithmic trading

By Medium - 2020-06-16

Algorithmic trading has known an increase in popularity in recent years. Indeed, it was estimated that the quantitative hedge fund industry surpassed $1tn in assets under management in 2018 nearly…

A Complete Guide to Flexbox

By CSS-Tricks - 2020-12-03

Our comprehensive guide to CSS flexbox layout. This complete guide explains everything about flexbox, focusing on all the different possible properties for the parent element (the flex container) and ...