Computes RSI from Binance spot OHLCV and fetches the perpetual funding rate from Hyperliquid; if RSI is oversold and funding is negative, it sends one strategy signal to Telegram and then finishes.
Binance API (required): Used to fetch OHLCV for RSI.
Hyperliquid (required): Used to fetch the perpetual funding rate.
Telegram (required): Used to send the strategy signal.
Symbol (required): Spot pair for OHLCV. Example: BTC/USDT.
Funding rate symbol (required): Perpetual symbol for funding. Example: BTC.
RSI period (required): Number of periods for RSI. Example: 14.
RSI oversold threshold (required): “Oversold” when RSI is below this. Example: 30. The workflow alerts only when RSI is below this and funding is negative.
What it does, step by step:
When it stops: After one run; it runs once and stops.
If something fails: If any fetch or Telegram send fails, the error propagates and the workflow ends.
Consejo: Este flujo de trabajo ejecutable fue generado automáticamente por SeamFlux Bot. Para usarlo, crea una ejecución y pruébalo con tus datos para asegurarte de que cumple con tus necesidades.
¿Listo para comenzar?
para ejecutar esta plantilla o crear una tarea programada, y preguntar a la IA sobre los pasos detallados de ejecución de nodos.
Ejecutar en local — descarga este workflow en ZIP o ejecútalo con Seamflux CLI en tu terminal; usa el botón "Ejecutar en local" de arriba para elegir.
Construye un flujo de trabajo desde cero usando chat con IA. No se necesita configuración compleja de parámetros ni arrastrar diagramas de flujo.