|
|
10 ヶ月 前 | |
|---|---|---|
| .cargo | 1 年間 前 | |
| src | 10 ヶ月 前 | |
| .gitignore | 10 ヶ月 前 | |
| Cargo.lock | 10 ヶ月 前 | |
| Cargo.toml | 10 ヶ月 前 | |
| LICENSE | 1 年間 前 | |
| README.md | 10 ヶ月 前 |
Optionally, you can enable trade fetching from settings menu, experimental because of unreliability:
Binance connector supports downloading historical trades from data.binance.vision, fast and easy way to get trades, but they dont support intraday data.
Intraday trades fetched by pagination using Binance's public REST APIs: /fapi/v1/aggTrades & api/v3/aggTrades, it might be slow because of rate-limits
Bybit itself doesnt have a similar purpose public API
Flowsurface tries to leverage this via Binance tickers, to visualize historical public trades while being independent of a 'middleman' database between exchange and the user. So, when a chart instance signal the exchange connector after a data integrity check, about missing trades in the visible range; it tries via fetching, downloading and/or loading from cache, whichever suitable, to ensure this integrity
The releases might not be up-to-date with newest features.or bugs :)
Requirements:
# Clone the repository
git clone https://github.com/akenshaw/flowsurface
cd flowsurface
# Build and run
cargo build --release
cargo run --release