Nessuna descrizione

Berke 58eb2dd111 logger setup 1 anno fa
.cargo 5aa31fbefe simpler websocket & parser implementation (#9) 1 anno fa
src 58eb2dd111 logger setup 1 anno fa
.gitignore 58eb2dd111 logger setup 1 anno fa
Cargo.lock 58eb2dd111 logger setup 1 anno fa
Cargo.toml 58eb2dd111 logger setup 1 anno fa
LICENSE c378397c75 initial commit 1 anno fa
README.md 553912c75a Update README.md 1 anno fa

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.