Skip to content

Commit 280b405

Browse files
authored
docs update
1 parent 83075a9 commit 280b405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To run either solution install requirements and set your `PRIVATE_KEY` in the en
4141

4242
`demo_script.py` is a simple demo script that performs the actions outlined in challenges `1-7`, `10` and `11`.
4343

44-
`market_maker.py` is a simple market maker implementation that aims to complete all challenges `1-12`. The market maker can be configured via `config.py`.
44+
`market_maker.py` is a simple market maker implementation that aims to complete all challenges `1-12`. The market maker can be configured via `config.py` and run through `main.py`.
4545

4646
### Exchange Handler Config
4747
* base_url - Base url of the Dexalot REST API (https://api.dexalot-dev.com/api/)
@@ -82,4 +82,4 @@ To run either solution install requirements and set your `PRIVATE_KEY` in the en
8282
* Add order laddering.
8383
* Dynamic tolerance values as a function of gas fee costs to only move or replenish orders when profit is more likely.
8484
* Use a reference exchange (e.g Binance/FTX) to improve mid-price precision.
85-
* Predictive features based on orderflow and orderbook values to adjust skew and spread.
85+
* Predictive features based on orderflow and orderbook values to adjust skew and spread.

0 commit comments

Comments
 (0)