You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If U have useful stuff related to this project's Objectives, feel free to create a branch(es) from `main`. Then just add content and [Pull request](https://github.com/codez0mb1e/BinanceBot/pulls) changes.
@@ -18,37 +23,14 @@ Turn off `TEST_ORDER_CREATION_MODE` compilation symbol in [MarketMakerBot.cs](sr
18
23
to _create real order_ in order book.
19
24
20
25
21
-
## Roadmap
22
-
23
-
#### Throlling
24
-
25
-
Binance has numerous limits to requests, orders count, min/max volume of order, etc. The networks restrictions should be taken into BinanceBot working as part of `BinanceClientConfiguration`,
26
-
and the orders restrictions - as part of `MarkerStrategyConfiguration`.
27
-
28
-
#### Security
29
-
30
-
Binance API keys should be stored in secured storage (such as `Azure Key Vault` service) instead of plain text such it is now.
31
-
32
-
#### Configurations
33
-
34
-
Any configuration (of connectors or bot) should be placed in separate configuration storage (such as `JSON files` in local file system).
35
-
This will allow you to reconfigure the bot without the need for recompilation.
0 commit comments