Bitcoin Forum
June 08, 2024, 11:34:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: HFT and Market Making Backtesting Tool and Examples  (Read 40 times)
nkaz (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 11, 2023, 01:46:45 PM
 #1

https://www.github.com/nkaz001/hftbacktest

I know that numerous backtesting tools exist. But most of them do not offer comprehensive tick-by-tick backtesting, taking latencies and order queue positions into account.
Consequently, I developed a new backtesting tool that concentrates on thorough tick-by-tick backtesting while incorporating latencies, order queue positions, and complete order book reconstruction.

Key features:
- Working in Numba JIT function.
- Complete tick-by-tick simulation with a variable time interval.
- Full order book reconstruction based on L2 feeds(Market-By-Price).
- Backtest accounting for both feed and order latency, using provided models or your own custom model.
- Order fill simulation that takes into account the order queue position, using provided models or your own custom model.

Full document: https://hftbacktest.readthedocs.io/en/latest/

Example: https://github.com/nkaz001/hftbacktest/tree/master/examples

Additional features are planned for implementation, including multi-asset backtesting and Level 3 order book functionality.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!