Skip to content

Commit

Permalink
Fixed typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
golden-lucky-monkey committed Aug 27, 2022
1 parent e796c6f commit 204b3a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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) |
Expand Down

0 comments on commit 204b3a4

Please sign in to comment.