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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To run either solution install requirements and set your `PRIVATE_KEY` in the en
41
41
42
42
`demo_script.py` is a simple demo script that performs the actions outlined in challenges `1-7`, `10` and `11`.
43
43
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`.
45
45
46
46
### Exchange Handler Config
47
47
* 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
82
82
* Add order laddering.
83
83
* Dynamic tolerance values as a function of gas fee costs to only move or replenish orders when profit is more likely.
84
84
* 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