Purpose: Track-B (signal-driven) paper-trading decision log
(Track B = the signal-engine decision path — indicator/Thompson-sampling driven;
Track A = the LLM judgement path, see get_llm_trading_decisions).
Triggers (casual questions too): "what did the system decide?", "최근에 뭐 샀어? 팔았어?",
"why did you buy X?", "show recent buy/sell calls", "오늘 매매 판단 뭐 했어?",
"any trades triggered today?".
When to call: review recent automated decisions and their outcomes.
Prerequisites: market://{market_id}/status recommended for context.
Next steps: get_trade_history, get_signals.
Caveats: paper-trading decisions only — no real-money order routing.
Args:
market_id: Market ID (crypto, kr_stock, us_stock; aliases coin/kr/us accepted)
limit: Max results (default 10)
decision_filter: Filter by decision (buy, sell, hold)
hours_back: Only decisions within last N hours
Disclaimer: Information only, not investment advice.