一键导入
technical-analysis
Compute and interpret technical indicators (SMA, EMA, RSI, MACD, Bollinger Bands, ATR, Stochastic, VWAP) from live OHLCV data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compute and interpret technical indicators (SMA, EMA, RSI, MACD, Bollinger Bands, ATR, Stochastic, VWAP) from live OHLCV data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Set up, manage, and automate Dollar Cost Averaging (DCA) plans. Supports buy (DCA-in) and sell (DCA-out) on any exchange, with optional indicator-gated triggers, per-plan lookback, and Settrade stock share ordering.
Fetch real-time and historical market data from configured exchanges — tickers, OHLCV candles, order books, and market catalogues.
Compute cost basis and profit/loss across exchange accounts — both unrealized (currently held) and realized (from closed trades). Use when the user asks about profit, loss, cost basis, ต้นทุน, กำไร/ขาดทุน, or returns on holdings across one or multiple portfolios.
Query exchange balances and portfolio values across configured exchange accounts — including crypto (Binance, Bitkub, OKX), Thai equities (Settrade/SET), and US equities (Webull).
Place, monitor, and cancel orders on configured exchanges. Includes safety-first order lifecycle, paper trading simulation, and emergency stop.
Scan, plan, monitor, and execute spot + perpetual funding-carry strategies on Binance and OKX with explicit portfolio selection and approval-based execution.
基于 SOC 职业分类
| name | technical-analysis |
| description | Compute and interpret technical indicators (SMA, EMA, RSI, MACD, Bollinger Bands, ATR, Stochastic, VWAP) from live OHLCV data. |
Use these tools to compute indicators and produce structured market analyses for AI-assisted decision making.
fetch OHLCV → compute indicators → interpret signals → report to user
calculate_indicators to compute specific indicators, or market_analysis for an all-in-one structured summary.Compute one or more technical indicators from live OHLCV data. Returns the last 5 values per indicator.
provider, account, symbol: as per market-data skilltimeframe: candle interval (1m – 1w)limit: bars to fetch (20–500, default 100)indicators: array of indicator names — SMA, EMA, RSI, MACD, BB, ATR, STOCH, VWAP. Leave empty for all.Produce a structured market analysis combining current price, 24h stats, and key indicators.
provider, account, symbol: as abovetimeframe: analysis timeframe (default 1h)Compute portfolio allocation weights across all configured accounts.
quote: valuation currency (default "USDT")| Indicator | Typical Period | Interpretation |
|---|---|---|
| SMA(20/50) | 20, 50 | Price above SMA = uptrend |
| EMA(9/21) | 9, 21 | Bullish crossover: EMA9 crosses above EMA21 |
| RSI(14) | 14 | >70 = overbought; <30 = oversold |
| MACD(12,26,9) | — | Positive histogram = bullish momentum |
| BB(20, 2σ) | 20 | Price above upper band = extended; below lower = oversold |
| ATR(14) | 14 | Volatility measure; higher = more volatile |
| Stochastic(14,3) | 14, 3 | >80 = overbought; <20 = oversold |
| VWAP | session | Price above VWAP = bullish intraday bias |
provider: "settrade". Supported timeframes: 1m, 5m, 15m, 1h (→60m), 4h (→240m), 1d, 1w.provider: "webull". Supported timeframes: 1m, 5m, 15m, 1h, 4h, 1d, 1w.