Install
openclaw skills install ta-analyzerMulti-timeframe technical analysis skill using CCXT. Calculates 20+ indicators including RSI, MACD, Bollinger Bands, Ichimoku, Stochastic, Williams %R, ADX, MFI, CCI, Fibonacci, Pivot Points, Support/Resistance, and detects 10+ chart patterns. Use when user asks for technical analysis, chart analysis, indicator values, trading signals, or price predictions.
openclaw skills install ta-analyzerA comprehensive technical analysis skill that fetches real-time market data and calculates 20+ technical indicators.
const { analyze } = require('./index.js');
// Analyze BTC on all timeframes
const result = await analyze('BTC/USDT');
// Analyze specific timeframe
const { analyzeTimeframe } = require('./index.js');
const result = await analyzeTimeframe('BTC/USDT', '1h', 100);
The skill returns comprehensive analysis including:
Author: Lucifer (路西法) Created: 2026-03-05 Version: 1.0.0