Skip to content

Commit 20d9df1

Browse files
committed
docs(rust): update the README.
1 parent 893d646 commit 20d9df1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ support the following features.
2121
* Backtest accounting for both feed and order latency, using provided models or your own custom model.
2222
* Order fill simulation that takes into account the order queue position, using provided models or your own custom model.
2323
* Backtesting of multi-asset and multi-exchange models
24-
* Deployment of a live trading bot using the same algorithm code: currently for Binance Futures and Bybit. (Rust-only)
24+
* Deployment of a live trading bot for quick prototyping and testing using the same algorithm code: currently for Binance Futures and Bybit. (Rust-only)
2525

2626
Documentation
2727
=============

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ support the following features.
2424
* Backtest accounting for both feed and order latency, using provided models or your own custom model.
2525
* Order fill simulation that takes into account the order queue position, using provided models or your own custom model.
2626
* Backtesting of multi-asset and multi-exchange models
27-
* Deployment of a live trading bot using the same algorithm code: currently for Binance Futures and Bybit. (Rust-only)
27+
* Deployment of a live trading bot for quick prototyping and testing using the same algorithm code: currently for Binance Futures and Bybit. (Rust-only)
2828

2929
Documentation
3030
=============

hftbacktest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ feed data. You can also run the live bot using the same algo code.
1919
* Backtest accounting for both feed and order latency, using provided models or your own custom model.
2020
* Order fill simulation that takes into account the order queue position, using provided models or your own custom model.
2121
* Backtesting of multi-asset and multi-exchange models
22-
* Deployment of a live trading bot using the same algorithm code: currently for Binance Futures and Bybit.
22+
* Deployment of a live trading bot for quick prototyping and testing using the same algorithm code: currently for Binance Futures and Bybit.
2323

2424
## Getting started
2525

0 commit comments

Comments
 (0)