Metadata-Version: 2.1
Name: python_project_alban_magerand_203
Version: 0.0.5
Summary: Final Project of the Python Programming course of the MSc 203
License: MIT
Author: Alban Magerand
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: autoapi (>=2.0.1,<3.0.0)
Requires-Dist: dash (>=2.18.2,<3.0.0)
Requires-Dist: myst-nb (>=1.1.2,<2.0.0)
Requires-Dist: numba (>=0.60.0,<0.61.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pyarrow (>=18.1.0,<19.0.0)
Requires-Dist: pybacktestchain (>=0.2.1,<0.3.0)
Requires-Dist: pytest (>=8.3.3,<9.0.0)
Requires-Dist: pytest-cov (>=6.0.0,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: sphinx (>=8.1.3,<9.0.0)
Requires-Dist: sphinx-autoapi (>=3.3.3,<4.0.0)
Requires-Dist: sphinx-rtd-theme (>=3.0.2,<4.0.0)
Description-Content-Type: text/markdown

# python_project_alban_magerand_203

Final Project of the Python Programming course of the MSc 203. By following the Usage section below, the user:
- is able to perform backtests by adjusting several parameters (universe, objective function, length of the EWMA, ...)
- visualize equity curves and metrics related the strategy (Sharpe, drawdown, ...)
- export graphs thanks to the integration within the Plotly framework

## Installation

```bash
$ pip install python_project_alban_magerand_203
```

## Usage

```python
from python_project_alban_magerand_203.dash_app import BacktestApp
app = BacktestApp()
app.run()
```

## 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

`python_project_alban_magerand_203` was created by Alban Magerand. It is licensed under the terms of the MIT license.

## Credits

`python_project_alban_magerand_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).

