This project implements a Momentum Trading Strategy based on the tutorial by Algovibes. The strategy identifies trending stocks by analyzing price momentum indicators to generate trading signals.
- Market data collection and processing
- Momentum indicator calculations
- Trading signal generation
- Performance visualization and analysis
- Backtest functionality
# Clone the repository
git clone https://github.com/pakagronglb/python-momentum-trading-strategy.git
cd python-momentum-trading-strategy
# Install dependencies
pip install yfinance pandas matplotlib
python main.py
This project is based on the Momentum Trading Strategy tutorial by Algovibes.