• Joined on 2025-12-29
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-20 08:38:01 +09:00
561faaaafa Merge pull request 'feat: use playbook allocation_pct in position sizing (#172)' (#176) from feature/issue-172-playbook-allocation-sizing into main
c7640a30d7 feat: use playbook allocation_pct in position sizing (#172)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#172 2026-02-20 08:37:59 +09:00
feat: use playbook allocation_pct in position sizing
jihoson merged pull request jihoson/The-Ouroboros#176 2026-02-20 08:37:59 +09:00
feat: use playbook allocation_pct in position sizing (#172)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-20 08:36:08 +09:00
a33d6a145f Merge pull request 'feat: add position-aware conditions to StockCondition (#171)' (#175) from feature/issue-171-position-aware-conditions into main
60a22d6cd4 feat: add position-aware conditions to StockCondition (#171)
Compare 2 commits »
jihoson merged pull request jihoson/The-Ouroboros#175 2026-02-20 08:36:07 +09:00
feat: add position-aware conditions to StockCondition (#171)
jihoson closed issue jihoson/The-Ouroboros#171 2026-02-20 08:36:07 +09:00
feat: add position-aware conditions to StockCondition
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-20 08:35:18 +09:00
7e6c912214 Merge pull request 'feat: include current holdings in pre-market AI prompt (#170)' (#174) from feature/issue-170-holdings-in-prompt into main
b1f48d859e feat: include current holdings in pre-market AI prompt (#170)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#170 2026-02-20 08:35:17 +09:00
feat: include current holdings in pre-market AI prompt
jihoson merged pull request jihoson/The-Ouroboros#174 2026-02-20 08:35:17 +09:00
feat: include current holdings in pre-market AI prompt (#170)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-20 07:52:28 +09:00
03f8d220a4 Merge pull request 'fix: use broker balance API as source of truth for SELL qty and holdings (#164 #165)' (#169) from feature/issue-164-165-broker-api-holdings into main
305120f599 fix: use broker balance API as source of truth for SELL qty and holdings (#164 #165)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#165 2026-02-20 07:52:27 +09:00
feat: include current holdings in realtime trading loop for exit evaluation
jihoson closed issue jihoson/The-Ouroboros#164 2026-02-20 07:52:26 +09:00
fix: SELL order quantity hardcoded to 1, ignores actual held position size
jihoson merged pull request jihoson/The-Ouroboros#169 2026-02-20 07:52:26 +09:00
fix: use broker balance API as source of truth for SELL qty and holdings (#164 #165)
jihoson commented on pull request jihoson/The-Ouroboros#168 2026-02-20 07:31:40 +09:00
feat: include current holdings in realtime trading loop for exit evaluation (#165)

이것도 db만 봐도 될까? 매수할때 주문량과 체결량이 다를 수 있고, 매도 후 결과도 마찬가지로 다를 수 있어. db 기록이 잔량과 언제든지 다를 수 있는데 언제 싱크되는지도 모르지 않아?

jihoson commented on pull request jihoson/The-Ouroboros#167 2026-02-20 07:28:03 +09:00
fix: use actual held quantity for SELL orders instead of hardcoded 1 (#164)

db만 확인해도 될까? buy할때 주문량과 체결량이 다를 수 있는데, 그 부분도 고려해서 db에 기록하고 있나?

jihoson closed issue jihoson/The-Ouroboros#163 2026-02-20 07:24:15 +09:00
fix: take_profit_pct defined in schema but never enforced in trading loop
jihoson merged pull request jihoson/The-Ouroboros#166 2026-02-20 07:24:15 +09:00
fix: enforce take_profit_pct in HOLD evaluation loop (#163)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-20 07:24:15 +09:00
faa23b3f1b Merge pull request 'fix: enforce take_profit_pct in HOLD evaluation loop (#163)' (#166) from feature/issue-163-take-profit-enforcement into main
5844ec5ad3 fix: enforce take_profit_pct in HOLD evaluation loop (#163)
Compare 2 commits »
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-20 02:33:57 +09:00
ff5ff736d8 Merge pull request 'feat: granular Telegram notification filters via .env (#161)' (#162) from feature/issue-161-telegram-notification-filters into main
4a59d7e66d feat: /notify command for runtime notification filter control (#161)
8dd625bfd1 feat: granular Telegram notification filters via .env (#161)
Compare 3 commits »
jihoson closed issue jihoson/The-Ouroboros#161 2026-02-20 02:33:56 +09:00
feat: granular Telegram notification filters via .env