quant-invest-ab


Namequant-invest-ab JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryQuant Invest Lab is a python package to help you to do some quantitative experiments, while trying to learn or build quantitative investment solutions. This project was initially my own set of functionnalities but I decided to build a package for that and sharing it as open source project.
upload_time2023-05-14 18:14:08
maintainer
docs_urlNone
authorBaptisteZloch
requires_python>=3.8,<3.12
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quant Invest Lab
**Quant Invest Lab** is a project aimed to provide a set of basic tools for quantitative experiments. By quantitative experiment I mean trying to build you own set of investments solution. The project is still in its early stage, but I hope it will grow in the future.

Initially this project was aimed to be a set of tools for my own experiments, but I decided to make it open source. Of courses it already exists some awesome packages, more detailed, better suited for some use cases. But I hope it will be useful for someone else. Feel free to use it, modify it and contribute to it.*
## Main features
- **Data**: download data from external data provider without restriction on candle stick, the main provider is kucoin for now (currently only crypto data are supported).
- **Backtesting**: backtest your trading strategy (Long only for now but soon short and leverage) on historical data for different timeframe. Optimize you take profit, stop loss. Access full metrics of your strategy.
- **Indicators**: a set of indicators to help you build your strategy.
- **Portfolio**: a set of portfolio optimization tools to help you build your portfolio.
- **Simulation**: simulate your data based on real data using statistics to get a better understanding of its behavior during backtesting.
- **Metrics**: a set of metrics to help you evaluate your strategy through performances and risks.

## Installation
To install **Quant Invest Lab** through pip, run the following command:
```bash
pip install quant-invest-lab --upgrade
```
You can install it using poetry the same way :
```bash
poetry add quant-invest-lab
```

# Basic examples
## Backtest a basic EMA crossover strategy
```python
``` 

## Next steps create official docs and add more examples
## Disclaimer
This package is only for educational purpose or experimentation it is not intended to be used in production. I am not responsible for any loss of money you may have using this package. Use it at your own risk.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "quant-invest-ab",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "BaptisteZloch",
    "author_email": "bzloch@hotmail.fr",
    "download_url": "https://files.pythonhosted.org/packages/62/74/905b8d6fb6ae830c83cf36787fd8985735143fd7754eb533dcdb6c90d82f/quant_invest_ab-0.2.0.tar.gz",
    "platform": null,
    "description": "# Quant Invest Lab\n**Quant Invest Lab** is a project aimed to provide a set of basic tools for quantitative experiments. By quantitative experiment I mean trying to build you own set of investments solution. The project is still in its early stage, but I hope it will grow in the future.\n\nInitially this project was aimed to be a set of tools for my own experiments, but I decided to make it open source. Of courses it already exists some awesome packages, more detailed, better suited for some use cases. But I hope it will be useful for someone else. Feel free to use it, modify it and contribute to it.*\n## Main features\n- **Data**: download data from external data provider without restriction on candle stick, the main provider is kucoin for now (currently only crypto data are supported).\n- **Backtesting**: backtest your trading strategy (Long only for now but soon short and leverage) on historical data for different timeframe. Optimize you take profit, stop loss. Access full metrics of your strategy.\n- **Indicators**: a set of indicators to help you build your strategy.\n- **Portfolio**: a set of portfolio optimization tools to help you build your portfolio.\n- **Simulation**: simulate your data based on real data using statistics to get a better understanding of its behavior during backtesting.\n- **Metrics**: a set of metrics to help you evaluate your strategy through performances and risks.\n\n## Installation\nTo install **Quant Invest Lab** through pip, run the following command:\n```bash\npip install quant-invest-lab --upgrade\n```\nYou can install it using poetry the same way :\n```bash\npoetry add quant-invest-lab\n```\n\n# Basic examples\n## Backtest a basic EMA crossover strategy\n```python\n``` \n\n## Next steps create official docs and add more examples\n## Disclaimer\nThis package is only for educational purpose or experimentation it is not intended to be used in production. I am not responsible for any loss of money you may have using this package. Use it at your own risk.",
    "bugtrack_url": null,
    "license": "",
    "summary": "Quant Invest Lab is a python package to help you to do some quantitative experiments, while trying to learn or build quantitative investment solutions. This project was initially my own set of functionnalities but I decided to build a package for that and sharing it as open source project.",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bce6b5904d3e5a8470239b5d0c4702b120e1d9c9dfb379a1840eb5a4292b1bc",
                "md5": "ab2aff1086f81785de75ad339bbb4603",
                "sha256": "d71abfb63c794a8a21d8d58b246a18453bc5c70d9b84d1c42772d9dd0cedb3a2"
            },
            "downloads": -1,
            "filename": "quant_invest_ab-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab2aff1086f81785de75ad339bbb4603",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 27484,
            "upload_time": "2023-05-14T18:14:05",
            "upload_time_iso_8601": "2023-05-14T18:14:05.898906Z",
            "url": "https://files.pythonhosted.org/packages/9b/ce/6b5904d3e5a8470239b5d0c4702b120e1d9c9dfb379a1840eb5a4292b1bc/quant_invest_ab-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6274905b8d6fb6ae830c83cf36787fd8985735143fd7754eb533dcdb6c90d82f",
                "md5": "e22c69ab8f6c0fa10bf356db9485fed8",
                "sha256": "ff189a945b0df44440f6448163c303becd3008332fff0774e89a0ed67fcb9c88"
            },
            "downloads": -1,
            "filename": "quant_invest_ab-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e22c69ab8f6c0fa10bf356db9485fed8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 25735,
            "upload_time": "2023-05-14T18:14:08",
            "upload_time_iso_8601": "2023-05-14T18:14:08.303887Z",
            "url": "https://files.pythonhosted.org/packages/62/74/905b8d6fb6ae830c83cf36787fd8985735143fd7754eb533dcdb6c90d82f/quant_invest_ab-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-14 18:14:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quant-invest-ab"
}
        
Elapsed time: 0.07390s