Skip to content

Commit

Permalink
docs: update the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 5, 2024
1 parent 3d19c1d commit 1991afa
Show file tree
Hide file tree
Showing 6 changed files with 9,266 additions and 2,196 deletions.
4,949 changes: 4,537 additions & 412 deletions docs/tutorials/GLFT Market Making Model and Grid Trading.ipynb

Large diffs are not rendered by default.

780 changes: 95 additions & 685 deletions docs/tutorials/High-Frequency Grid Trading.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tutorials/Order Latency Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"metadata": {},
"outputs": [],
"source": [
"order_latency = generate_order_latency('btcusdt_20200201.npz', output_file='latency_20200201.npz', mul_entry=4, mul_resp=3)"
"order_latency = generate_order_latency('btcusdt_20200201.npz', output_file='feed_latency_20200201.npz', mul_entry=4, mul_resp=3)"
]
}
],
Expand Down
4,949 changes: 4,537 additions & 412 deletions examples/GLFT Market Making Model and Grid Trading.ipynb

Large diffs are not rendered by default.

780 changes: 95 additions & 685 deletions examples/High-Frequency Grid Trading.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/Order Latency Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
"metadata": {},
"outputs": [],
"source": [
"order_latency = generate_order_latency('btcusdt_20200201.npz', output_file='latency_20200201.npz', mul_entry=4, mul_resp=3)"
"order_latency = generate_order_latency('btcusdt_20200201.npz', output_file='feed_latency_20200201.npz', mul_entry=4, mul_resp=3)"
]
}
],
Expand Down

0 comments on commit 1991afa

Please sign in to comment.