joungmin
19a35e1009
feat: LLM-driven buy decisions with limit orders + robust JSON parsing
- Add get_entry_price() for LLM buy decisions (BTC trend, trade history, context tools)
- Replace market buy with LLM-determined limit buy price
- Lower signal threshold (VOL_MIN 8→4) — LLM makes final buy/skip decision
- Restructure tick_trader: detect_signal() inside lock, LLM call outside
- Add pending_buys tracking with timeout cancellation
- Remove unused enter_position() and do_buy() functions
- Fix JSON parsing: extract JSON from mixed text responses
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 21:52:44 +09:00
..
2026-02-28 10:20:02 +09:00
2026-03-03 16:08:50 +09:00
2026-03-05 21:52:44 +09:00
2026-03-03 10:17:08 +09:00
2026-03-01 05:19:22 +09:00
2026-03-02 14:52:48 +09:00
2026-03-04 09:28:13 +09:00
2026-03-01 10:14:36 +09:00
2026-03-03 10:17:08 +09:00
2026-03-04 09:28:13 +09:00
2026-03-04 10:54:52 +09:00