indicator_since_change
Calculate elapsed time since the last significant price change for any crypto trading pair, using historical OHLCV data.
Instructions
Calculate the Since Change - tracks the time since the last significant price change
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 |