Trading Signals
/install aiescher-trading-signals
Trading Signals
Generate technical trading signals using TradingView real-time data.
Capabilities
- Technical Indicators: RSI, SMA (20/50), MACD, Bollinger Bands
- Signal Generation: Buy/Sell signals based on indicator combinations
- Asset Coverage: Indices, stocks, crypto, commodities, forex
- Timeframes: 15m, 60m, 240m, 1D
- Alerting: Email notifications for strong signals
Quick Start
# Analyze default assets
node scripts/analyze.js
# Analyze specific asset
node scripts/analyze.js --symbol BINANCE:BTCUSDT --name Bitcoin
# Continuous monitoring (15min intervals)
node scripts/monitor.js --interval 15
Signal Types
| Signal | Indicator | Strength |
|---|---|---|
| 🟢 BUY | RSI \x3C 30 (oversold) | Strong |
| 🟢 BUY | Golden Cross (SMA20 > SMA50) | Medium |
| 🟢 BUY | Price near SMA20 bounce | Weak |
| 🔴 SELL | RSI > 70 (overbought) | Strong |
| 🔴 SELL | Death Cross (SMA20 \x3C SMA50) | Medium |
| 🔴 SELL | Price below SMA20 resistance | Weak |
Configuration
Edit references/assets.json to customize monitored assets:
{
"assets": [
{ "symbol": "XETR:DAX", "name": "DAX", "category": "Index", "timeframe": "60" },
{ "symbol": "BINANCE:BTCUSDT", "name": "Bitcoin", "category": "Crypto", "timeframe": "60" }
],
"alerts": {
"email": "[email protected]",
"minStrength": "medium",
"rsiThresholds": { "oversold": 30, "overbought": 70 }
}
}
Scripts
scripts/analyze.js- Single analysis runscripts/monitor.js- Continuous monitoring with alertsscripts/lib/tradingview.js- TradingView API wrapperscripts/lib/indicators.js- Technical indicator calculationsscripts/lib/email.js- Email alert sender
Dependencies
@mathieuc/tradingview- TradingView WebSocket API- Node.js built-in
httpsfor CoinGecko API
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aiescher-trading-signals - After installation, invoke the skill by name or use
/aiescher-trading-signals - Provide required inputs per the skill's parameter spec and get structured output
What is Trading Signals?
Generate trading signals for stocks, indices, crypto, and commodities using TradingView data. Use when user asks for trading signals, technical analysis, buy... It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.
How do I install Trading Signals?
Run "/install aiescher-trading-signals" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trading Signals free?
Yes, Trading Signals is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Trading Signals support?
Trading Signals is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trading Signals?
It is built and maintained by aiescherbot-collab (@aiescherbot-collab); the current version is v1.0.0.