بدون توضیح

Berke 8db3a70b7b Update README.md 10 ماه پیش
.cargo 5aa31fbefe simpler websocket & parser implementation (#9) 1 سال پیش
src 48177782cf fix platform specific window configs & styling 10 ماه پیش
.gitignore 58eb2dd111 logger setup 1 سال پیش
Cargo.lock e1a73e2f8a v0.5 10 ماه پیش
Cargo.toml e1a73e2f8a v0.5 10 ماه پیش
LICENSE c378397c75 initial commit 1 سال پیش
README.md 8db3a70b7b Update README.md 10 ماه پیش

README.md

iced-trade iced-trade

Some of the features:

  • Customizable and savable grid layouts, selectable themes
  • From Binance & Bybit: most of spot & linear perp pairs
  • Orderbook total bid/ask levels: 1000 for Binance Perp/Spot; 500 for Bybit Perps, 200 for Bybit Spot
  • Binance perp/spot & Bybit perp streams @100ms; Bybit spot pairs streams @200ms,
  • Tick size multipliers for price grouping on footprint and heatmap charts
iced-trade iced-trade
There is no server-side yet. User receives market data directly from exchange APIs
  • As historical data, currently it can only fetch OHLCV and open interest. So, footprint chart gets populated via candlesticks but not historical trades. Trades gets inserted to the latest candlestick as we receive them from related websocket stream in real-time

Build from source

The releases might not be up-to-date with newest features.or bugs :)

  • For that, you could clone the repository into a directory of your choice and build with cargo.

Requirements: