Skip to content

Commit

Permalink
Merge pull request #147 from emmanuel-ferdman/master
Browse files Browse the repository at this point in the history
fix: update `gridtrading.ipynb` reference
  • Loading branch information
nkaz001 committed Sep 29, 2024
2 parents e8f634b + a96f2fe commit a6b8f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hftbacktest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ part of [Data Preparation](https://hftbacktest.readthedocs.io/en/latest/tutorial

### Examples

[high-frequency gridtrading](https://github.com/nkaz001/hftbacktest/blob/master/rust/examples/gridtrading.ipynb): The complete process of backtesting Binance Futures using a high-frequency grid trading strategy implemented in Rust.
[high-frequency gridtrading](https://github.com/nkaz001/hftbacktest/blob/master/hftbacktest/examples/gridtrading.ipynb): The complete process of backtesting Binance Futures using a high-frequency grid trading strategy implemented in Rust.

Please see [examples](https://github.com/nkaz001/hftbacktest/tree/master/rust/examples).

Expand Down
2 changes: 1 addition & 1 deletion hftbacktest/examples/gridtrading_256assets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "d4a2db94-d079-4ce0-8a3e-9090d68f8f9e",
"metadata": {},
"source": [
"For the full example to run the backtesting, refer to [gridtrading.ipynb](https://github.com/nkaz001/hftbacktest/blob/master/rust/examples/gridtrading.ipynb). This file shows how to trade multiple pairs. For more details of trading multiple assets, please see [Making Multiple Markets - Introduction](https://hftbacktest.readthedocs.io/en/latest/tutorials/Making%20Multiple%20Markets%20-%20Introduction.html).\n",
"For the full example to run the backtesting, refer to [gridtrading.ipynb](https://github.com/nkaz001/hftbacktest/blob/master/hftbacktest/examples/gridtrading.ipynb). This file shows how to trade multiple pairs. For more details of trading multiple assets, please see [Making Multiple Markets - Introduction](https://hftbacktest.readthedocs.io/en/latest/tutorials/Making%20Multiple%20Markets%20-%20Introduction.html).\n",
"\n",
"Ran on June 18, 2024, using May 2024 data. Assets onboarded before May 1, 2024, are selected, excluding BTC and ETH.\n",
"\n",
Expand Down

0 comments on commit a6b8f08

Please sign in to comment.