Open pratikshabhujade opened 2 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!
This project implements a mean reversion trading strategy using historical stock data. The strategy focuses on the idea that a security will revert to its average price over time.
Features
Prerequisites
Install the necessary Python libraries: bash pip install pandas pandas_datareader numpy matplotlib seaborn
Usage Set Up: Configure start and end dates, and stock symbol. Run the Code: Execute the script to fetch data, calculate indicators, generate signals, and visualize results.