You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ support the following features.
21
21
* Backtest accounting for both feed and order latency, using provided models or your own custom model.
22
22
* Order fill simulation that takes into account the order queue position, using provided models or your own custom model.
23
23
* 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)
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ support the following features.
24
24
* Backtest accounting for both feed and order latency, using provided models or your own custom model.
25
25
* Order fill simulation that takes into account the order queue position, using provided models or your own custom model.
26
26
* 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)
0 commit comments