strategy_typical_price
Get trading signals from typical price (average of high, low, close). Returns -1 for SELL, 0 for HOLD, or 1 for BUY to guide decisions.
Instructions
Typical Price Strategy - trading signals based on average of high, low, close. Returns: -1 (SELL), 0 (HOLD), 1 (BUY)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |