Skip to content

Commit eb7bace

Browse files
authored
Update readme
1 parent 6a719ef commit eb7bace

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ Solution contains two console projects:
55
- The `BinanceBot.MarketViewer.Console` project demonstrates Order Book updating in near-real time (via _Binance WebSocket API_).
66
- The `BinanceBot.MarketBot.Console` project demonstrates how BinanceBot create and cancel orders (via _Binance REST API_) depends on current Market Depth.
77

8-
Most of the `BinanceDotNet.BinanceExchange.API` project was taken from BinanceDotNet project [[2](#references)], but BinanceBot solution is no branch of BinanceDotNet project.
8+
Most of the `BinanceDotNet.BinanceExchange.API` project was taken from BinanceDotNet project [[2](#references)], but BinanceBot solution is not a branch of BinanceDotNet project.
99

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

1212
![alt text][binance_bot_running]
13-
[Full image](https://static.0xcode.in/images/binance_bot_running.png)
1413

1514
__Warn:__ BinanceBot uses _test order create_ API by default (without real order creation).
1615
Turn off `TEST_ORDER_CREATION_MODE` compilation symbol in [MarketMakerBot.cs](source/BinanceBot.Market/MarketMakerBot.cs)
@@ -30,10 +29,10 @@ Any configuration (of connectors or bot) should be placed in separate configurat
3029
This will allow you to reconfigure the bot without the need for recompilation.
3130

3231
#### Other
33-
BinanceBot doesn’t processed network connection errors.
32+
BinanceBot doesn’t processed network connection errors.
3433
It would be to implement `Retry Policies` for the broken connections and handling other network errors.
3534

36-
The solution doesn’t contain any `Unit Tests`/`Integration Tests`, which is a bad practice.
35+
The solution doesn’t contain any `Unit Tests`/`Integration Tests`, which is a bad practice.
3736

3837
## Requirements
3938
__.NET Core 2.1__ (also compatible with .NET 4.5.1, .NET 4.5.2, .NET 4.6.1, .NETSTANDARD2.0).
@@ -43,4 +42,4 @@ __.NET Core 2.1__ (also compatible with .NET 4.5.1, .NET 4.5.2, .NET 4.6.1, .NET
4342
1. [Binance official API docs](https://github.com/binance-exchange/binance-official-api-docs).
4443
2. [Official C# Wrapper for the Binance exchange API](https://github.com/glitch100/BinanceDotNet).
4544

46-
[binance_bot_running]: https://static.0xcode.in/images/binance_bot_running.png "binance bot"
45+
[binance_bot_running]: https://static.0xcode.in/images/binance_bot_running.png "binance bot"

0 commit comments

Comments
 (0)