strategy_vortex
Generate trading signals for cryptocurrency pairs by assessing trend direction and strength. Returns -1 for sell, 0 for hold, and 1 for buy.
Instructions
Vortex Strategy - trading signals based on trend direction and strength. 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 |