strategy_psar
Generate Parabolic SAR trend reversal signals for any trading pair, returning BUY, SELL, or HOLD based on customizable acceleration factors.
Instructions
Parabolic SAR Strategy - trading signals based on trend reversal points. Returns: -1 (SELL), 0 (HOLD), 1 (BUY)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |
| accelerationFactorMax | No | Maximum acceleration factor | |
| accelerationFactorStep | No | Acceleration factor step |