Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imwrdo/stock-indicator-macd

Numerical methods project on Gdansk University of Technology
https://github.com/imwrdo/stock-indicator-macd

matplotlib-pyplot pandas plot python3

Last synced: 12 days ago
JSON representation

Numerical methods project on Gdansk University of Technology

Awesome Lists containing this project

README

        

# MACD Indicator Analysis Project for PEKAO Bank Stock Data

## Project Description
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.

## Technologies
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
Stock data was obtained from the renowned financial platform [stooq.pl](https://stooq.pl/) and covers the period from March 12, 2020, to March 4, 2024. The analysis includes closing prices of the bank's shares.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/imwrdo/stock-indicator-MACD.git
```

2. Install the required dependencies:

```bash
pip install pandas | pip install matplotlib
```

## Example




## Contributing

Feel free to contribute to the project by submitting [issues](https://github.com/imwrdo/stock-indicator-MACD/issues) or [pull requests](https://github.com/iwmrdo/stock-indicator-MACD/pulls). Your input is highly appreciated.

## License

This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details.

---