Metadata-Version: 2.1
Name: project_python_203
Version: 0.4.1
Summary: Project Python master 203
License: MIT
Author: Jean Deslis
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# project_python_203

Project Python master 203

## Installation

```bash
$ pip install project_python_203
```

## Usage

- This package is an extenstion of the `pybacktestchain` package. 
- This package enables to compute the simple or exponential moving averages on several stocks.
- It also allows to plot the moving averages and the stock prices.
- The package then enables to simulate the trading strategy based on the moving averages and to run backtests. 

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`project_python_203` was created by Jean Deslis. It is licensed under the terms of the MIT license.

## Credits

`project_python_203` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

