strategy_stochastic
Detect overbought/oversold crypto conditions with Stochastic Oscillator and get trading signals (BUY, SELL, HOLD) for any trading pair.
Instructions
Stochastic Oscillator Strategy - trading signals based on overbought/oversold conditions. 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 |
| signalPeriod | No | Signal period |