strategy_force_index
Generate trading signals (BUY/SELL/HOLD) by analyzing price movement power with the Force Index strategy. Input a trading pair and timeframe to receive actionable market insights.
Instructions
Force Index Strategy - trading signals based on price movement power. 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 |