strategy_cfo
Generate trading signals for any cryptocurrency pair using the Chande Forecast Oscillator. Returns BUY, SELL, or HOLD recommendations based on price predictions.
Instructions
Chande Forecast Oscillator Strategy - trading signals based on price predictions. 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 |