signal-generator

Generate automated trading signals from technical indicators and send real-time alerts.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/rockomatthews/molt-scout --skill signal-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: signal-generator
Source: https://github.com/rockomatthews/molt-scout/tree/main/skills/signal-generator
Command: npx skills add https://github.com/rockomatthews/molt-scout --skill signal-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, pandas, numpy, ccxt, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation of trading signals based on technical indicators and sends real-time alerts to Discord/Telegram, saving traders time and effort.

Core Features & Use Cases

  • Automated Trading Signals: Generates signals for different strategies like BB Breakout and RSI Reversal.
  • Multi-Timeframe Support: Works across various timeframes like 15m, 1h, etc.
  • Real-Time Alerts: Sends alerts to Discord, Telegram, or any OpenClaw channel.
  • Easy Configuration: Configure using JSON without coding.
  • Use Case: A trader can set up this Skill to monitor the BTC/USDT pair and receive alerts when the market conditions meet the criteria for a long or short position.

Quick Start

Run the skill with the following command:

cd ~/.openclaw/workspace/skills/signal-generator
python3 signal_generator.py

Frequently Asked Questions about signal-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate crypto trading signals and alerts based on technical indicators?

You can automate crypto trading signals by running a Python script that calculates technical indicators and sends real-time alerts to Discord or Telegram. This process uses pandas, numpy, and ccxt to evaluate market conditions across multiple timeframes.

Can I generate trading alerts for multiple timeframes without writing code?

Yes, you can generate trading alerts across timeframes like 15m and 1h without coding by configuring a JSON file. This configuration defines strategy parameters and alert destinations, allowing the script to process technical analysis automatically.

What Python dependencies are required for technical analysis and crypto trading alerts?

The required Python dependencies for technical analysis and crypto trading alerts are pandas, numpy, and ccxt. You need Python 3.7 or higher to run the signal generation script and connect to crypto exchange data.

Does this signal generator support strategies like Bollinger Band Breakout and RSI Reversal?

Yes, the signal generator supports strategies including Bollinger Band Breakout and RSI Reversal. It evaluates these technical analysis strategies against market data to trigger long or short position alerts for configured trading pairs.

What is the best way to send real-time crypto trading signals to Telegram or Discord?

The best way to send real-time crypto trading signals to Telegram or Discord is using an automated script that monitors exchange data via ccxt. When technical indicator conditions are met, it pushes immediate alerts to your configured channels.

Can I run the signal generator standalone or does it require OpenClaw?

You can run the signal generator completely standalone using Python, although it is designed for OpenClaw. Standalone execution allows you to generate technical analysis trading signals and receive alerts without needing the full OpenClaw environment.