Clean up to start add modern models (#24)

This commit is contained in:
autistic-symposium-helper 2024-11-17 17:45:23 -08:00 committed by GitHub
parent 94d09f6fba
commit 3f8821f1d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 845 additions and 309 deletions

View file

@ -0,0 +1,6 @@
## strategy backtesting
<br>
* use a simulator to test an inital version of the strategy against a set of historical data.
* the simulator can take things such as order book liquidity, network latencies, fees, etc.