trend-following
SKILL.md
Trend Following Strategy (v1.0.0)
Price + Volume based trend analysis with buy/sell signals, support/resistance levels, and target pricing.
Quick Start
python3 skills/trend-following/scripts/trend_strategy.py <TICKER> [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