Sem descrição

Berke e48f6dbb9e Unique pane states (#11) há 1 ano atrás
.cargo 5aa31fbefe simpler websocket & parser implementation (#9) há 1 ano atrás
src e48f6dbb9e Unique pane states (#11) há 1 ano atrás
.gitignore 5aa31fbefe simpler websocket & parser implementation (#9) há 1 ano atrás
Cargo.lock e48f6dbb9e Unique pane states (#11) há 1 ano atrás
Cargo.toml e48f6dbb9e Unique pane states (#11) há 1 ano atrás
LICENSE c378397c75 initial commit há 1 ano atrás
README.md 553912c75a Update README.md há 1 ano atrás

README.md

v0.3 v0.3

Currently features/supports:

  • 4 crypto tickers, both from Binance and Bybit; BTCUSDT, ETHUSDT, SOLUSDT, LTCUSDT (perpetual swaps)
  • 1m, 3m, 5m, 15m and 30m timeframe selections for candlestick and footprint charts. Tick based "timeframe" selections is planned
  • Tick size selections for grouping trade prices/quantities on footprint chart
  • Size filtering for trades showing in time&sales table and heatmap chart
  • No historical data for trades/orderbook
There is no server-side yet. It all happens with exchange API fetch/websockets on the user end.

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:


Trading implementation is highly experimental; advised not to use any trading functionality with a real account

Trading functionalities/pane is removed upon with the Iced master migration, as it was very much of unfinished. Still a WIP.

My intention was just to create a lightweight and minimal GUI for trading only. This idea evolved to "trading on the chart", but then, I've discovered on the way that it wasn't ready for it, so it just became a tool to track basic orderflow. Currently still trying to stabilize charting stuff a bit more, so that fully utilized trading would be easier to implement later on.