strategy_ichimoku
Generates trading signals (buy, sell, hold) from Ichimoku Cloud analysis for crypto pairs. Configure symbol, timeframe, and indicator periods to assess trend direction and momentum.
Instructions
Ichimoku Cloud Strategy - comprehensive trading signals from Ichimoku indicator. 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 |
| basePeriod | No | Base line period | |
| spanPeriod | No | Leading span period | |
| conversionPeriod | No | Conversion line period |