Skip to content

This project implements a Momentum Trading Strategy based on the tutorial by [Algovibes](https://www.youtube.com/watch?v=AxvmPNlRf34). The strategy identifies trending stocks by analysing price momentum indicators to generate trading signals.

Notifications You must be signed in to change notification settings

pakagronglb/python-momentum-trading-strategy

Repository files navigation

Momentum Trading Strategy

Python Pandas NumPy Matplotlib

Overview

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.

Features

  • Market data collection and processing
  • Momentum indicator calculations
  • Trading signal generation
  • Performance visualization and analysis
  • Backtest functionality

Installation

# 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

Usage

python main.py

Credits

This project is based on the Momentum Trading Strategy tutorial by Algovibes.

License

MIT

About

This project implements a Momentum Trading Strategy based on the tutorial by [Algovibes](https://www.youtube.com/watch?v=AxvmPNlRf34). The strategy identifies trending stocks by analysing price momentum indicators to generate trading signals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published