Block a user
feat: include current holdings in pre-market AI prompt (#170)
feat: use market_outlook to adjust BUY confidence threshold
feat: use playbook allocation_pct in position sizing
feat: add position-aware conditions to StockCondition
feat: include current holdings in pre-market AI prompt
fix: use broker balance API as source of truth for SELL qty and holdings (#164 #165)
feat: include current holdings in realtime trading loop for exit evaluation (#165)
fix: use actual held quantity for SELL orders instead of hardcoded 1 (#164)
agentson
created branch feature/issue-164-165-broker-api-holdings in jihoson/The-Ouroboros
2026-02-20 07:40:48 +09:00
agentson
pushed to feature/issue-164-165-broker-api-holdings at jihoson/The-Ouroboros
2026-02-20 07:40:48 +09:00
agentson
pushed to feature/issue-165-holdings-in-trading-loop at jihoson/The-Ouroboros
2026-02-20 03:09:09 +09:00
agentson
created branch feature/issue-165-holdings-in-trading-loop in jihoson/The-Ouroboros
2026-02-20 03:09:09 +09:00
feat: include current holdings in realtime trading loop for exit evaluation (#165)
agentson
created branch feature/issue-164-sell-quantity-fix in jihoson/The-Ouroboros
2026-02-20 03:04:04 +09:00
agentson
pushed to feature/issue-164-sell-quantity-fix at jihoson/The-Ouroboros
2026-02-20 03:04:04 +09:00
fix: use actual held quantity for SELL orders instead of hardcoded 1 (#164)
fix: enforce take_profit_pct in HOLD evaluation loop (#163)
agentson
pushed to feature/issue-163-take-profit-enforcement at jihoson/The-Ouroboros
2026-02-20 03:01:10 +09:00
agentson
created branch feature/issue-163-take-profit-enforcement in jihoson/The-Ouroboros
2026-02-20 03:01:10 +09:00
feat: include current holdings in realtime trading loop for exit evaluation