Skip to content

Shukuranas/BinanceBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market Bot for Binance Exchange

Status Contributors Welcome GitHub license

Naive Market Maker Bot for Binance.

Solution contains two console projects:

  • The BinanceBot.MarketViewer.Console project: Order book updating in near-real time (via Binance WebSocket API).
  • The BinanceBot.MarketBot.Console project: Create and cancel orders (via Binance REST API) depends on current Market Depth.

Most of the BinanceDotNet.BinanceExchange.API project was taken from BinanceDotNet project [2], but BinanceBot solution is not a branch of BinanceDotNet project.

In picture below BinanceBot create order to Order Book only if price spread by ETH/BTC greater than 0.2%.

alt text

Warn: BinanceBot uses test order create API by default (without real order creation). Turn off TEST_ORDER_CREATION_MODE compilation symbol in MarketMakerBot.cs to create real order in order book.

Requirements

  • .NET 6.0

References

  1. Binance official API docs.
  2. Official C# Wrapper for the Binance exchange API.

About

Market Maker Bot for Binance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%