• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/cointrader 2026-03-21 17:31:21 +09:00
41b0aa3f28 fix: address code review round 2 — 9 issues (2 critical, 3 important, 4 minor)
gihyeon pushed to main at gihyeon/cointrader 2026-03-21 17:15:53 +09:00
e3623293f7 fix(dashboard): trades pagination + reproducible Docker build
gihyeon pushed to main at gihyeon/cointrader 2026-03-20 00:02:07 +09:00
13c2b95c8e docs: update README/ARCHITECTURE with critical bugfix features
gihyeon pushed to main at gihyeon/cointrader 2026-03-20 00:00:24 +09:00
9f0057e29d fix(dashboard): address code review — auth, DB stability, idempotency, UI fixes
gihyeon pushed to main at gihyeon/cointrader 2026-03-19 23:55:18 +09:00
f14c521302 fix: critical bugs — double fee, SL/TP atomicity, PnL race, graceful shutdown
gihyeon pushed to main at gihyeon/cointrader 2026-03-19 23:37:49 +09:00
e648ae7ca0 fix: critical production issues — WebSocket reconnect, ghost positions, ONNX NaN
gihyeon pushed to main at gihyeon/cointrader 2026-03-19 23:10:03 +09:00
e3a78974b3 fix: address follow-up review findings
gihyeon pushed to main at gihyeon/cointrader 2026-03-19 23:04:04 +09:00
181f82d3c0 fix: address critical code review issues (PnL double recording, sync HTTP, race conditions)
gihyeon pushed to main at gihyeon/proxmox-iac 2026-03-19 20:49:34 +09:00
02a6f1f28c feat: initial PBS LXC deployment on gihyeon2
gihyeon created branch main in gihyeon/proxmox-iac 2026-03-19 20:49:34 +09:00
gihyeon created repository gihyeon/proxmox-iac 2026-03-19 20:09:31 +09:00
gihyeon pushed to main at gihyeon/cointrader 2026-03-19 00:04:08 +09:00
24ed7ddec0 docs: add kill switch, SOL symbol swap, and analysis tools to docs
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 23:58:25 +09:00
b86aa8b072 feat(weekly-report): add kill switch monitoring section
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 23:50:18 +09:00
42e53b9ae4 perf: optimize kill switch - tail-read only last N lines on boot
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 23:48:54 +09:00
4930140b19 feat: add dual-layer kill switch (Fast Kill + Slow Kill)
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 23:38:33 +09:00
f890009a92 chore: replace TRXUSDT with SOLUSDT in trading symbols
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 23:35:50 +09:00
5b3f6af13c feat: add symbol comparison and position sizing analysis tools
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 12:58:51 +09:00
9d9f4960fc fix(dashboard): update signal regex to match new log format with extra fields
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 11:08:03 +09:00
8c1cd0422f fix(dashboard): use actual leverage from bot_status instead of hardcoded 10x
gihyeon pushed to main at gihyeon/cointrader 2026-03-18 10:10:29 +09:00
4792b0f9cf fix(dashboard): clean up stale position cache on unmatched close events