• Joined on 2026-03-01
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
gihyeon pushed to main at gihyeon/cointrader 2026-03-17 20:12:46 +09:00
652990082d fix(weekly-report): calculate combined metrics directly from trades
gihyeon pushed to main at gihyeon/cointrader 2026-03-17 19:53:39 +09:00
5e3a207af4 chore: update strategy parameters and add weekly report for 2026-03-15
gihyeon pushed to main at gihyeon/cointrader 2026-03-17 17:33:13 +09:00
ab032691d4 docs: update README/ARCHITECTURE with per-symbol strategy params
gihyeon pushed to main at gihyeon/cointrader 2026-03-17 17:28:42 +09:00
55c20012a3 feat: add per-symbol strategy params with sweep-optimized values
gihyeon pushed to main at gihyeon/cointrader 2026-03-17 13:48:32 +09:00
106eaf182b fix: accumulate partial fills in UserDataStream for accurate PnL
gihyeon pushed to main at gihyeon/cointrader 2026-03-16 22:44:45 +09:00
64f56806d2 fix: resolve 6 warning issues from code review
gihyeon pushed to main at gihyeon/cointrader 2026-03-16 22:39:58 +09:00
8803c71bf9 fix: resolve 4 critical bugs from code review
gihyeon pushed to main at gihyeon/cointrader 2026-03-16 21:07:57 +09:00
b188607d58 fix(dashboard): use dynamic DNS resolution for API proxy
gihyeon pushed to main at gihyeon/cointrader 2026-03-16 16:34:09 +09:00
9644cf4ff0 fix(dashboard): prevent duplicate trades on container restart
gihyeon pushed to main at gihyeon/cointrader 2026-03-14 12:43:29 +09:00
805f1b0528 fix: fetch actual PnL from Binance income API on SYNC close detection
gihyeon pushed to main at gihyeon/cointrader 2026-03-14 12:41:25 +09:00
363234ac7c fix: add fallback position sync check to detect missed WebSocket closes
gihyeon pushed to main at gihyeon/cointrader 2026-03-09 22:57:26 +09:00
de27f85e6d chore: update .gitignore, modify log file pattern, and add package-lock.json