feat: Order Book Density Scanner — сканер плотностей стакана заявок#5
Open
devin-ai-integration[bot] wants to merge 5 commits into
Open
feat: Order Book Density Scanner — сканер плотностей стакана заявок#5devin-ai-integration[bot] wants to merge 5 commits into
devin-ai-integration[bot] wants to merge 5 commits into
Conversation
- FastAPI backend with ccxt exchange connectors - Supports Gate, Bybit, MEXC, KuCoin, OKX, Bitget, HyperLiquid - Spot and perpetual futures markets - Order book density detection (large volume levels) - Dark-themed responsive web interface - User settings: volume filters, distance %, exchange toggles, favorites - Search and sort functionality Co-Authored-By: harlequincariotta <harlequincariotta@wshu.net>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: harlequincariotta <harlequincariotta@wshu.net>
Major rewrite: - Replace ccxt with direct HTTP API calls to each exchange - Card-based layout grouped by trading pair (matching reference UI) - Density time tracking (age_seconds - how long density has been present) - Auto-scan mode with background polling - Per-card controls: hide, favorite - Exchange tags on each density row - Responsive grid layout with dark theme Co-Authored-By: harlequincariotta <harlequincariotta@wshu.net>
… pairs - Distance filter now applies client-side on input change (re-renders instantly) - Cards show ASK (sells) on top, BID (buys) on bottom - Strict USDT pair filtering (endsWith instead of contains) - Fix Gate.io futures orderbook parsing (p/s object format) - Fix MEXC futures orderbook parsing (3-element arrays) - Hide cards with 0 matching densities after filtering Co-Authored-By: harlequincariotta <harlequincariotta@wshu.net>
- Add 'Заявок в карточке' setting (default 10) to limit rows per card - Sort densities by distance_pct ascending (closest to price first) - Setting changes re-render cards instantly (client-side) - Split max rows evenly between asks and bids Co-Authored-By: harlequincariotta <harlequincariotta@wshu.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Сканер крупных плотностей в стакане заявок криптобирж с веб-интерфейсом.
Ключевые изменения (v2)
Настройки пользователя
Запуск
python main.py # Откройте http://localhost:8000Review & Testing Checklist for Human
python main.py, открыть http://localhost:8000, нажать «Сканировать»Notes
Link to Devin session: https://app.devin.ai/sessions/ad38188863d44f139d3b5cd70d8f592e
Requested by: @evgetos