Open pratikshabhujade opened 3 months ago
Thank you for creating this issue! 🎉
We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.
Go ahead!
Momentum Trading Strategy
This project implements a momentum trading strategy using the MACD indicator to generate buy and sell signals.
Features
Prerequisites
Install the necessary Python libraries: bash pip install numpy pandas pandas_datareader matplotlib Usage Set Up: Replace the stock symbol and date range as needed. Run the Code: Execute the script to fetch data, calculate indicators, and visualize results.