get_trading_levels
Compute stock trading levels including counter-trend supports (e.g., moving averages, Fibonacci) and trend-following breakouts (e.g., resistance, moving average confirmation).
Instructions
計算股票的左側與右側交易價位。左側(逆勢/抄底)包含均線支撐、Fibonacci回撤等;右側(順勢/追漲)包含突破壓力、均線站上確認等
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | 股票代號,例如 2330 | |
| days | No | 計算用的歷史天數,預設 60 | |
| market | No | 市場 TW 或 US,預設 TW |