From 204b3a45b347c00c38a5490278575e802e1ad406 Mon Sep 17 00:00:00 2001 From: CollinLiu813 Date: Sat, 27 Aug 2022 20:51:08 +0200 Subject: [PATCH] Fixed typos in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5cfa1e..4cfcc54 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ cargo build cargo run ``` -## Orderbook Delta GUI (optional) +## Orderbook Delta GUI (optional delta strategy tester) -To visualize the orderbook delta live, use the orderbook-delta-visualizer. It's written in Python, with plotting -handled by Dash and Plotly, and it contains a set of configurable parameters and strategies. -See `orderbook-delta-visualizer/` for more details. +To test out new delta strategies and visualize them live, use the orderbook-delta-visualizer. +It's written in Python, with plotting handled by Dash and Plotly, and contains a set of configurable parameters +and strategies. See `orderbook-delta-visualizer/` for more details. [GUI](https://user-images.githubusercontent.com/15251343/176155957-e6096eb1-a1ef-4373-b66e-7ebaa83b5b84.mov) @@ -83,7 +83,7 @@ See `orderbook-delta-visualizer/` for more details. | Name | Explanation | |-------------------|------------------------------------------------------------------------| | `market_name` | Name of futures market on FTX (default: BTC-PERP) | -| `sampling_time` | Time (in seconds) to sample orderbook, each sample is 1s (default: 5) | +| `sampling_time` | Time (in seconds) to sample orderbook, each sample is 1s (default: 60) | | `bb_period` | Bollinger band period (default: 20) | | `bb_std_dev` | Bollinger band standard deviation (default: 2) | | `orderbook_depth` | Depth of orderbook to sum (default: 5) |