|
|
@@ -1,6 +1,6 @@
|
|
|
<p align="center">
|
|
|
- <img width="485,4" height="300" alt="Screenshot 2024-06-08 at 12 13 28 AM" src="https://github.com/akenshaw/iced-trade/assets/63060680/6b3217fe-1ef4-43c1-94c0-9b11daff372a">
|
|
|
- <img src="https://github.com/akenshaw/iced-trade/assets/63060680/158e4bb1-0bd3-435e-a1b5-6ccae62d9d5c" width="400" height="300" style="display: inline-block;" />
|
|
|
+ <img width="400" height="225" alt="Screenshot 2024-06-08 at 12 13 28 AM" src="https://github.com/akenshaw/iced-trade/assets/63060680/526fe3ba-3e0e-465f-ab68-41efa17547b4">
|
|
|
+ <img src="https://github.com/akenshaw/iced-trade/assets/63060680/f10dc447-2638-4ffb-bc44-72fa8ae8ffa6" width="400" height="225" style="display: inline-block;" />
|
|
|
<img src="https://github.com/akenshaw/iced-trade/assets/63060680/df84809e-7ddc-42ad-85fc-a90dd0741ac5" width="400" height="300" style="display: inline-block;" />
|
|
|
</p>
|
|
|
|
|
|
@@ -9,7 +9,6 @@
|
|
|
- 1m, 3m, 5m, 15m and 30m timeframe selections, for both candlestick and footprint charts. <sup>Tick based "timeframe" selections is planned</sup>
|
|
|
- Tick size selections for grouping trade prices/quantities on footprint chart
|
|
|
- Size filtering for trades showing in time&sales table and heatmap chart
|
|
|
-- **Only 20 bid/ask levels for the orderbook**
|
|
|
- **No historical data for trades/orderbook**
|
|
|
|
|
|
There is no server-side, nor is one needed yet. It all happens with exchange API fetch/websockets on the user end.
|
|
|
@@ -18,8 +17,7 @@ There is no server-side, nor is one needed yet. It all happens with exchange API
|
|
|
Each bid or ask is represented by single pixels. These pixels correspond to their price levels and ~100ms time intervals. The color opacity of each pixel indicates the quantity of the bid or ask. It is relative to all other bid or ask quantities visible within the graph time range.
|
|
|
|
|
|
## Build from source
|
|
|
-If you want to compile it yourself,
|
|
|
-clone the repository into a directory of your choice and build with cargo.
|
|
|
+Clone the repository into a directory of your choice and build with cargo.
|
|
|
|
|
|
Requirements:
|
|
|
- [Rust toolchain](https://www.rust-lang.org/tools/install)
|