Metadata-Version: 2.1
Name: mercurius
Version: 0.0.1
Summary: Yet Another Portfolio Management Toolbox
Home-page: https://github.com/dexhunter/mercurius-dev
Author: Dixing (Dex) Xu
Author-email: dixingxu@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: xarray
Requires-Dist: tensorflow
Requires-Dist: numpy
Requires-Dist: ccxt
Requires-Dist: requests
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: flask-socketio
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: sqlalchemy
Requires-Dist: cvxopt

Yet Another Portfolio Management Toolbox.

**Use at your own risk.**

## Features

* Data Augmentation
    * Concat different assets ohlcv
    * Concat different assets ticker
* Backtest
* Trading algorithms [full list](docs/algorithms.md)


## Contributing

TODOs (Check [ISSUES](https://github.com/dexhunter/mercurius/issues))

## Disclaimer

This project is based on OLPS[1] and PGPortfolio[2]. Many thanks to the authors.

[1] https://github.com/olps/olps
[2] https://github.com/zhengyaoJiang/PGPortfolio


