strategy_projection_oscillator
Generate buy, hold, or sell signals for a crypto trading pair based on projected price ranges. Analyzes OHLCV data to suggest trading actions.
Instructions
Projection Oscillator Strategy - trading signals based on projected trading range. 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 |