Minor edits
This commit is contained in:
parent
3bcba94406
commit
31260df32c
|
|
@ -8,8 +8,7 @@ Cryptocurrency trading bot.
|
||||||
- Support for Binance, Gate.io, KuCoin and OKX.
|
- Support for Binance, Gate.io, KuCoin and OKX.
|
||||||
- Spot market only.
|
- Spot market only.
|
||||||
- Customizable trading parameters.
|
- Customizable trading parameters.
|
||||||
- Real-time market data updates.
|
- Control and monitoring over REST API enpoints.
|
||||||
- Automatic order placement and management.
|
|
||||||
- Statistics server for building real-time dashboards.
|
- Statistics server for building real-time dashboards.
|
||||||
- Additional scripts for stats and analysis.
|
- Additional scripts for stats and analysis.
|
||||||
|
|
||||||
|
|
|
||||||
1
todo.txt
1
todo.txt
|
|
@ -6,6 +6,7 @@ Mandatory:
|
||||||
3. Deploying script, both for testnet and for mainnet.
|
3. Deploying script, both for testnet and for mainnet.
|
||||||
4. Maintain local orderbooks for each trading pair.
|
4. Maintain local orderbooks for each trading pair.
|
||||||
5. Consolidate vocabulary (trader, pair and bot; instance & trader)
|
5. Consolidate vocabulary (trader, pair and bot; instance & trader)
|
||||||
|
6. Base add for short traders.
|
||||||
|
|
||||||
|
|
||||||
Would be nice to have:
|
Would be nice to have:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue