Skip to content

Releases: nkaz001/hftbacktest

rust-v0.5.0

24 Nov 12:54
Compare
Choose a tag to compare

feat: Implement a unified connector using Iceoryx2.
fix: Address unchecked bounds when clearing market depth in ROIVecMarketDepth.

py-v2.1.1

24 Nov 12:55
Compare
Choose a tag to compare

feat: Experimental live feature.
fix: Address unchecked bounds when clearing market depth in ROIVecMarketDepth.
fix: Check Tardis schema in the data utility.
chore: Upgrade NumPy to version 2.

rust-v0.4.0

03 Sep 12:27
Compare
Choose a tag to compare
docs: fix the docstring.

py-v2.1.0

03 Sep 12:27
Compare
Choose a tag to compare
docs: fix the docstring.

py-v2.0.0

14 Aug 12:45
Compare
Choose a tag to compare
docs: fix the broken link.

rust-v0.3.2

10 Aug 14:21
Compare
Choose a tag to compare
docs: update the tutorials.

py-v2.0.0rc1

10 Aug 14:39
Compare
Choose a tag to compare
py-v2.0.0rc1 Pre-release
Pre-release
docs: update the tutorials.

Rust-v0.3.1

04 Aug 07:35
Compare
Choose a tag to compare

A significant amount of refactoring has been done. Many backtesting APIs are now stabilized. One major change is the unification of L2 and L3 events to provide more streamlined APIs. Unfortunately, this induces changes to the data file structure, requiring raw data to be processed into normalized data again. Please see the Data Preparation for the conversion.

Thanks to
@ian-wazowski
@roykim98
@d23rojew
@WannabeBotter
@dogfood1

py-2.0.0rc0

04 Aug 14:39
Compare
Choose a tag to compare
py-2.0.0rc0 Pre-release
Pre-release

Based on Rust-v0.3.1

v1.8.4

11 Jun 13:58
Compare
Choose a tag to compare

Fixed
Fixed missing parenthesis in stat.

Improved
Reduced the memory usage in the data conversion utils.