Bilibili Video Transcriber
自动获取B站视频字幕、语音转文字并分析评论,支持飞书通知与多平台兼容。
下载 22
基于价格与成交量的股票趋势分析,提供买卖信号与支撑阻力位。
openclaw skills install @eddieguan801-oss/trend-following命令、参数、文件名以原文为准
基于价格与成交量的趋势分析,提供买卖信号、支撑/阻力水平及目标价位。
python3 skills/trend-following/scripts/trend_strategy.py <TICKER> [PERIOD]示例:
python3 skills/trend-following/scripts/trend_strategy.py ADBE 1y
python3 skills/trend-following/scripts/trend_strategy.py ORCL 6mo
python3 skills/trend-following/scripts/trend_strategy.py AAPL| 指标 | 用途 |
|---|---|
| RSI(14) | 判断超买/超卖(70以上为超买,30以下为超卖) |
| MACD | 趋势动量(柱状图穿越0轴为信号) |
| MA20/50/200 | 判断趋势方向(价格与移动平均线对比) |
| 布林带 | 波动率通道 |
| 成交量均线 | 成交量突增可确认走势 |
TICKER — 必填。Yahoo Finance 股票代码(如:ADBE、ORCL、TSLA)PERIOD — 可选。数据周期(默认:1年)。可选项:3mo、6mo、1y、2y、5yyfinance(执行:pip install yfinance)已收录 1 个 Skill