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.
ヒント: この実行可能なワークフローは SeamFlux Bot によって自動生成されました。使用するには、実行を作成し、データでテストして、ニーズを満たしていることを確認してください。
始める準備はできましたか?
このテンプレートを実行するか、スケジュールされたタスクを作成し、AI に詳細なノード実行手順について尋ねます。
ローカルで実行 — ワークフローをZIPでダウンロードするか、ターミナルでSeamflux CLIから実行できます。上の「ローカルで実行」ボタンから選択してください。
AI チャットを使用してゼロからワークフローを構築します。複雑なパラメータ設定やフローチャートのドラッグは不要です。