Agent skill · data analytics · aaaaqwq

generating-trading-signals

Multi-indicator signal generation system that analyzes price action using 7 technical indicators and produces composite BUY/SELL signals with confiden

Why this skill is useful

Provides domain-specific knowledge on generating trading signals using multiple technical indicators that the AI wouldn't reliably generate on its own.

What it needs

Requires matplotlib, numpy, pandas, yfinance installed locally. About 3k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.

What this skill does

Generating Trading Signals Overview Multi-indicator signal generation system that analyzes price action using 7 technical indicators and produces composite BUY/SELL signals with confidence scores and risk management levels. Indicators Used: RSI (Relative Strength Index) - Overbought/oversold MACD (Moving Average Convergence Divergence) - Trend and momentum Bollinger Bands - Mean reversion and volatility Trend (SMA 20/50/200 crossovers) - Trend direction Volume - Confirmation of moves Stochastic Oscillator - Short-term momentum ADX (Average Directional Index) - Trend strength Prerequisites Install required dependencies: Optional for visualization: Instructions Step 1: Quick Signal Scan Scan multiple assets for trading opportunities: Output shows signal type (STRONGBUY/BUY/NEUTRAL/SELL/STRONGSELL) and confidence for each asset. Step 2: Detailed Signal Analysis Get full indicator breakdown for a specific symbol: Shows each indicator's contribution: Individual signal (BUY/SELL/NEUTRAL) Indicator value Reasoning (e.g., "RSI oversold at 28.5") Step 3: Filter and Rank Signals Find the best opportunities: Step 4: Use Custom Watchlists Available predefined watchlists: Watchlists: cryptotop10, cryptodefi, cryptolayer2, stockstech, etfsmajor Output Signal Summary Table Detailed Signal Output Signal Types Signal Score Meaning -------- ------- --------- STRONGBUY +2 Multiple strong buy signals aligned BUY +1 Moderate buy signals NEUTRAL 0 No clear direction SELL -1 Moderate sell signals STRONGSELL -2 Multiple strong sell signals aligned Confidence Interpretation Confidence Interpretation ------------ ---------------- 70-100% High conviction, strong signal 50-70% Moderate conviction 30-50% Weak signal, mixed indicators 0-30% No clear direction, avoid trading Configuration Edit {baseDir}/config/settings.yaml: Error Handling See {baseDir}/references/errors.md for common issues: API rate limits Insufficient data handling Network errors Examples See {baseDir}/references/examples.md f …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills aaaaqwq/crypto-signal-generator

View the source on GitHub

Browse the @skills marketplace