暫無描述

Berke 0d0f48c243 Persistent layouts (#13) 1 年之前
.cargo 5aa31fbefe simpler websocket & parser implementation (#9) 1 年之前
src 0d0f48c243 Persistent layouts (#13) 1 年之前
.gitignore 0d0f48c243 Persistent layouts (#13) 1 年之前
Cargo.lock 0d0f48c243 Persistent layouts (#13) 1 年之前
Cargo.toml 0d0f48c243 Persistent layouts (#13) 1 年之前
LICENSE c378397c75 initial commit 1 年之前
README.md 553912c75a Update README.md 1 年之前

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.