The project presents an analysis of the MACD (Moving Average Convergence Divergence) indicator for historical stock data of PEKAO Bank. It is a technical analysis tool used by investors in the financial market to identify moments of buying or selling assets.
The project was implemented using Python and the following libraries:
pandas
for loading stock data from a CSV file,matplotlib
for visualizing results by drawing charts.
Stock data was obtained from the renowned financial platform stooq.pl and covers the period from March 12, 2020, to March 4, 2024. The analysis includes closing prices of the bank's shares.
- Clone the repository:
git clone https://github.com/imwrdo/stock-indicator-MACD.git
- Install the required dependencies:
pip install pandas | pip install matplotlib
Feel free to contribute to the project by submitting issues or pull requests. Your input is highly appreciated.
This project is licensed under the MIT License - see the LICENSE file for details.