jackyu66git
cdcf0acea6
docs: update README for async entry, entering status, 50ms scan
...
- Architecture diagram: async goroutine entry path
- Trading Logic: async entry, entering status protection
- Config note: floor rounding on both exchanges
2026-05-03 23:00:18 +08:00
jackyu66git
b55ff111a4
perf: scan interval 50ms fixed
...
HL allMids pushes ~200ms, scan at 50ms catches every update
within 1 tick. Async entry goroutine means no blocking.
2026-05-03 22:47:44 +08:00
jackyu66git
915b316ca7
fix: HL size floor, random scan jitter 50-250ms
...
- GetHLSize: change rounding from Sprintf (round-to-nearest)
to math.Floor (floor), consistent with GetBitgetSize
- Scan interval: fixed 200ms → random 50-250ms to avoid
lock-step with HyperLiquid's ~200ms allMids push cycle
- README: update architecture diagram, trading logic, config note
2026-05-03 22:25:01 +08:00
jackyu66git
327f2505dd
sync README: update arch diagram and structure for stats separation
2026-05-03 21:14:49 +08:00
jackyu66git
de6463530d
Update README: add start.sh, fix Quick Start
...
- Add start.sh to Quick Start section and project file tree
- Remove broken cp .env.example reference (no such file)
- Annotate .env with config categories
2026-05-03 20:31:19 +08:00
jackyu66git
35d9f7661b
Update README: spread window monitoring, synchronous entry
...
- Add SpreadWindowTracker to architecture diagram
- Document synchronous entry logic (no goroutine, scan-time prices)
- Add Spread Window Monitoring section with log example
2026-05-03 20:30:47 +08:00
jackyu66git
02fac78c59
Update README to reflect current architecture and features
...
- Fix architecture diagram (ScanBGHL, correct data flow)
- Add configuration table with all env vars
- Document exit logic (convergence, reversal, timeout)
- Add Web Dashboard, Notifications, DB, Signals sections
- Add project file tree
2026-05-03 19:56:35 +08:00
jackyu66git
128ed07aee
Add README with architecture, config, and trading logic documentation
2026-05-03 16:56:44 +08:00