linux-mini
  • Joined on 2026-03-05
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 21:28:25 +00:00
fcfa2244f2 feat: implement rich.live for non-blinking dashboard (v1.3.4)
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 21:21:37 +00:00
38d8e5f1de fix: resolve KeyError in indicators and fix wallet balance logic (v1.3.3)
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 21:19:26 +00:00
40178ca469 fix: map interval to DB format and add 'No candles found' status (v1.3.2)
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 21:15:03 +00:00
b5cc51a4d2 fix: use BTC for DB queries and BTCUSDT for Bybit API (v1.3.1)
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 21:11:20 +00:00
7c6faebead feat: refactor bot to use DB for candles with 5s/15s polling sync (v1.3.0)
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:33:58 +00:00
9ffcf4c8c4 chore: bump version to 1.2.1 for indicator reorder
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:28:49 +00:00
0ea6b22388 style: reorder indicators in dashboard table
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:22:59 +00:00
36dd389e10 feat: introduce versioning (v1.2.0) and display it in dashboard
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:21:36 +00:00
07c71ab209 feat: align ping_pong_bot logic with STRATEGY_PING_PONG.md
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:16:39 +00:00
d08f12c6aa docs: restore STRATEGY_PING_PONG.md from master
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:10:24 +00:00
9c3fa908ce feat: add real-time status dashboard using rich tables
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:02:13 +00:00
ccc36da1e2 fix: resolve Bybit Hedge Mode position idx error by adding positionIdx and settleCoin
linux-mini pushed to bot at p1otek/btc-trading 2026-03-05 20:00:03 +00:00
907eecc4de chore: clean up project to focus only on btc_bot service on bot branch
linux-mini created branch bot in p1otek/btc-trading 2026-03-05 20:00:02 +00:00
linux-mini pushed to master at p1otek/btc-trading 2026-03-05 19:54:31 +00:00
295bd3085c revert: remove database dependency from ping_pong_bot to fix aiohttp import error
linux-mini pushed to master at p1otek/btc-trading 2026-03-05 14:15:29 +00:00
2e901ac95e feat: refactor ping_pong_bot to use database for candles and sync crossover logic with dashboard