Skip to content

Commit

Permalink
Update docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Sep 15, 2023
1 parent 06a8ff5 commit 7c6092b
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 344 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ Get a glimpse of what backtesting with hftbacktest looks like with these code sn
# Records the current state for stat calculation.
stat.record(hbt)
Tutorials
=========
`Data Preparation <https://hftbacktest.readthedocs.io/en/latest/tutorials/Data%20Preparation.html>`
`Getting Started <https://hftbacktest.readthedocs.io/en/latest/tutorials/Getting%20Started.html>`
`Working with Market Depth and Trades<https://hftbacktest.readthedocs.io/en/latest/tutorials/Working%20with%20Market%20Depth%20and%20Trades.html>`
`Integrating Custom Data <https://hftbacktest.readthedocs.io/en/latest/tutorials/Integrating%20Custom%20Data.html>`
`High-Frequency Grid Trading <https://hftbacktest.readthedocs.io/en/latest/tutorials/High-Frequency%20Grid%20Trading.html>`
`Impact of Order Latency <https://hftbacktest.readthedocs.io/en/latest/tutorials/Impact%20of%20Order%20Latency.html>`
`Guéant–Lehalle–Fernandez-Tapia Market Making Model and Grid Trading <https://hftbacktest.readthedocs.io/en/latest/tutorials/GLFT%20Market%20Making%20Model%20and%20Grid%20Trading.html>`
`Making Multiple Markets <https://hftbacktest.readthedocs.io/en/latest/tutorials/Making%20Multiple%20Markets.html>`

Examples
========
Expand Down
151 changes: 97 additions & 54 deletions docs/tutorials/GLFT Market Making Model and Grid Trading.ipynb

Large diffs are not rendered by default.

219 changes: 101 additions & 118 deletions docs/tutorials/Making Multiple Markets.ipynb

Large diffs are not rendered by default.

151 changes: 97 additions & 54 deletions examples/GLFT Market Making Model and Grid Trading.ipynb

Large diffs are not rendered by default.

219 changes: 101 additions & 118 deletions examples/Making Multiple Markets.ipynb

Large diffs are not rendered by default.

0 comments on commit 7c6092b

Please sign in to comment.