Files
nofx/market
Liu Xiang Qian 097f1cd756 fix: Correct 4h kline data storage in WebSocket monitor
Fixed critical bug where 4h kline data was incorrectly stored with
3m kline data, causing data mismatch.
Changes:
- Changed `m.klineDataMap4h.Store(s, klines)` to `klines4h`
- Updated log message to use `len(klines4h)` instead of `len(klines)`
This bug would cause 4h kline queries to return 3m data, leading to
incorrect technical indicator calculations.
Fixes: #260
Related: #176
2025-11-03 21:17:43 +08:00
..
2025-11-01 15:58:54 +08:00
2025-11-01 15:58:54 +08:00
2025-11-01 15:58:54 +08:00
2025-11-01 15:58:54 +08:00
2025-11-01 15:58:54 +08:00