Releases: nkaz001/hftbacktest
v1.8.1
Fixed
Fixed data conversion errors in the Rust experimental implementation.
Changed ceil to floor to adopt a more conservative approach for calculating executed quantity in the PartialFillExchange model.
Added
Implemented timestamp unit conversion in data utilities.
Enabled support for regular stream conversion for Binance Futures feed data. (Previously, only combined stream was supported.)
v1.8.0
v1.7.2
Fixed
Fixed a issue where Tardis data converter cannot handle unordered local_timestamp
.
Fixed a potential problem where IntpOrderLatency
returns an incorrect value.
Added
Added an option to retrieve equity without DateTime conversion.
Updated difforderbooksnapshot
to provide detailed update flags.
v1.7.1
v1.7.0
Fixed
Removed the redundant loop used to find the frontmost timestamp.
Added
Added PowerProbQueueModel
, ProbQueueModel2
, LogProbQueueModel2
, ProbQueueModel3
and PowerProbQueueModel3
to support different probability profiles.
#42 Added a utility to convert continuous order book snapshot data into market-by-price data that can be processed by hftbacktest.
v1.6.6
v1.6.5
Fixed
Fix an issue where a proper start timestamp cannot be found.
Fix the mingled timestamp issue of Binance Historical Market Data converter.
Fix the issue where the response latency is not correctly calculated due to an incorrect if statement in IntpOrderLatency
.
Added
An optional header argument has been added to Binance Historical Market Data converter in order to determine whether the first row is a header or not.
v1.6.4
v1.6.3
v1.6.2
add args for snapshot buffer.
lot_size
property is added to HftBacktest
.