๐ฆ ClawHub
Trend Following
by @eddieguan801-oss
Trend-following stock analysis using price + volume. Use when user asks to analyze a stock, check a ticker, get buy/sell signals, find support/resistance, or...
๐ก Examples
python3 skills/trend-following/scripts/trend_strategy.py [PERIOD]
Examples:
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
๐ Tips & Best Practices
yfinance (pip install yfinance)TERMINAL
clawhub install trend-following