π¦ ClawHub
Stock Tech Analysis
by @loda13
Simple technical analysis for stocks (Tencent, Xiaomi, Tesla, NVIDIA, etc.). Calculates moving averages (SMA20, SMA50), RSI (14-day), price position in 20-da...
TERMINAL
clawhub install stock-tech-analysisπ About This Skill
name: stock-tech-analysis description: Simple technical analysis for stocks (Tencent, Xiaomi, Tesla, NVIDIA, etc.). Calculates moving averages (SMA20, SMA50), RSI (14-day), price position in 20-day range, and provides buy/hold/sell signals based on technical indicators. No external dependencies required - uses only Python standard library + Yahoo Finance data.
Stock Technical Analysis
Simple technical analysis for stocks using Yahoo Finance data.
What it does
Calculates:
Quick Start
Analyze a single stock:
python3 scripts/analyze_stocks.py
Or analyze specific tickers:
python3 scripts/analyze_stocks.py 0700.HK 1810.HK TSLA NVDA
Supported Tickers
Analysis Output
Each stock gets:
No Dependencies
Uses only Python standard library + Yahoo Finance public API (no extra packages needed).
Disclaimer
This is for educational purposes only. Not financial advice. Always do your own research.
π‘ Examples
Analyze a single stock:
python3 scripts/analyze_stocks.py
Or analyze specific tickers:
python3 scripts/analyze_stocks.py 0700.HK 1810.HK TSLA NVDA