get_trade_log
Fetch locally saved AI trading history to examine past trade rationale and indicator states for current strategy decisions.
Instructions
로컬에 저장된 AI 매매 이력을 조회합니다. 과거 매매 근거·지표 상태를 파악해 현재 전략 판단에 활용합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | 매수/매도 필터링 (선택) | |
| limit | No | 최대 조회 건수 (기본값 50, 최신순) | |
| symbol | No | 특정 종목만 필터링 (선택) | |
| to_date | No | 조회 종료일 (YYYY-MM-DD) | |
| from_date | No | 조회 시작일 (YYYY-MM-DD) |