Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Apr 24, 2024
1 parent c61a4c8 commit c1f18d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -40,7 +40,7 @@ Getting started
Installation
------------

hftbacktest supports Python 3.8+. You can install hftbacktest using ``pip``:
hftbacktest supports Python 3.10+. You can install hftbacktest using ``pip``:

.. code-block:: console
Expand Down
18 changes: 14 additions & 4 deletions docs/index.rst
Expand Up @@ -12,10 +12,21 @@ HftBacktest

|codacy| |codeql| |pypi| |downloads| |license| |docs| |github|

High-Frequency Trading Backtesting Tool in Python
=================================================
High-Frequency Trading Backtesting Tool
=======================================

This Python framework is designed for developing high-frequency trading and market-making strategies. It focuses on accounting for both feed and order latencies, as well as the order queue position for order fill simulation. The framework aims to provide more accurate market replay-based backtesting, based on full order book and trade tick feed data.
This framework is designed for developing high-frequency trading and market-making strategies. It focuses on accounting for both feed and order latencies, as well as the order queue position for order fill simulation. The framework aims to provide more accurate market replay-based backtesting, based on full order book and trade tick feed data.

Rust implementation with experimental features
==============================================

The experimental features are currently in the early stages of development, having been completely rewritten in Rust to
support the following features.

* Backtesting of multi-asset and multi-exchange models
* Deployment of a live trading bot using the same algo code.

Please see `rust <https://github.com/nkaz001/hftbacktest/tree/master/rust>`_ directory.

Key Features
============
Expand All @@ -26,7 +37,6 @@ Key Features
* 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.


Getting started
===============

Expand Down

0 comments on commit c1f18d5

Please sign in to comment.