Organize to start adding modern models and agents (#20)

This commit is contained in:
autistic-symposium-helper 2024-11-17 17:40:40 -08:00 committed by GitHub
parent 94d09f6fba
commit bce672f1d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 846 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.