agentson
  • Joined on 2026-02-04
dfb418c7b2 fix: overseas order rt_cd check, limit price premium, paper cash fallback (#151)
agentson created branch feature/issue-151-overseas-order-fixes in jihoson/The-Ouroboros 2026-02-19 05:44:24 +09:00
agentson opened issue jihoson/The-Ouroboros#151 2026-02-19 05:39:44 +09:00
fix: overseas order rt_cd check + log_trade on success only + buy price premium
3952a5337b docs: add requirements log entry for overseas limit order fix (#149)
agentson created pull request jihoson/The-Ouroboros#150 2026-02-18 23:53:32 +09:00
fix: overseas order uses limit price, not hardcoded 0 (#149)
ccc97ebaa9 fix: use current_price for overseas limit orders (KIS VTS rejects market orders) (#149)
agentson created branch feature/issue-149-overseas-limit-order-price in jihoson/The-Ouroboros 2026-02-18 23:53:18 +09:00
agentson opened issue jihoson/The-Ouroboros#149 2026-02-18 23:51:29 +09:00
fix: overseas order hardcoded price=0 causes VTS market order rejection
agentson created pull request jihoson/The-Ouroboros#148 2026-02-18 23:48:36 +09:00
fix: overseas price API exchange code + VTS balance fallback (#147)
3a54db8948 fix: price API exchange code mapping and VTS overseas balance fallback (#147)
agentson created branch feature/issue-147-overseas-price-balance-fix in jihoson/The-Ouroboros 2026-02-18 23:48:17 +09:00
agentson opened issue jihoson/The-Ouroboros#147 2026-02-18 23:44:07 +09:00
fix: overseas price API exchange code mismatch and VTS balance zero cause trade skip
agentson created pull request jihoson/The-Ouroboros#146 2026-02-18 22:24:18 +09:00
fix: smart fallback playbook with BUY conditions on Gemini failure (#145)
96e2ad4f1f fix: use smart rule-based fallback playbook when Gemini fails (issue #145)
agentson created branch feature/issue-145-smart-fallback-playbook in jihoson/The-Ouroboros 2026-02-18 22:24:02 +09:00
agentson opened issue jihoson/The-Ouroboros#145 2026-02-18 22:20:56 +09:00
fix: defensive playbook missing BUY conditions causes zero trades on US market
agentson created pull request jihoson/The-Ouroboros#144 2026-02-18 02:02:35 +09:00
Fix: gemini_client.decide() ignores prompt_override (#143)
agentson created branch feature/issue-143-fix-prompt-override in jihoson/The-Ouroboros 2026-02-18 02:02:19 +09:00
agentson pushed to feature/issue-143-fix-prompt-override at jihoson/The-Ouroboros 2026-02-18 02:02:19 +09:00
f7289606fc fix: use prompt_override in gemini_client.decide() for playbook generation
agentson opened issue jihoson/The-Ouroboros#143 2026-02-18 02:00:44 +09:00
Fix: gemini_client.decide() ignores prompt_override from pre_market_planner