qstrategy


Nameqstrategy JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
Summary股票个人量化交易数据策略模块
upload_time2024-08-23 15:34:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords quantitative trading stock rust automatic trading
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 股票策略

直接通过pip安装即可:

```shell
pip install -U qstrategy
```

[qstrategy](https://pypi.org/project/qstrategy/)模块主要是用python实现策略的模块,同时也会包括一些简单的ta技术分析的函数。策略主要包括:监控策略(`qstrategy.monitor.Monitor`​),选股策略(`qstrategy.select.Select`​),交易策略(`qstrategy.trade.Strategy`​),风控策略(`qstrategy.risk.Risk`​)以及券商策略(`qstrategy.broker.Broker`​)。


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "qstrategy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "buf1024 <buf1024@gmail.com>",
    "keywords": "quantitative trading, stock, rust, automatic trading",
    "author": null,
    "author_email": "buf1024 <buf1024@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# \u80a1\u7968\u7b56\u7565\n\n\u76f4\u63a5\u901a\u8fc7pip\u5b89\u88c5\u5373\u53ef:\n\n```shell\npip install -U qstrategy\n```\n\n[qstrategy](https://pypi.org/project/qstrategy/)\u6a21\u5757\u4e3b\u8981\u662f\u7528python\u5b9e\u73b0\u7b56\u7565\u7684\u6a21\u5757\uff0c\u540c\u65f6\u4e5f\u4f1a\u5305\u62ec\u4e00\u4e9b\u7b80\u5355\u7684ta\u6280\u672f\u5206\u6790\u7684\u51fd\u6570\u3002\u7b56\u7565\u4e3b\u8981\u5305\u62ec\uff1a\u76d1\u63a7\u7b56\u7565(`qstrategy.monitor.Monitor`\u200b)\uff0c\u9009\u80a1\u7b56\u7565(`qstrategy.select.Select`\u200b)\uff0c\u4ea4\u6613\u7b56\u7565(`qstrategy.trade.Strategy`\u200b)\uff0c\u98ce\u63a7\u7b56\u7565(`qstrategy.risk.Risk`\u200b)\u4ee5\u53ca\u5238\u5546\u7b56\u7565(`qstrategy.broker.Broker`\u200b)\u3002\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\u80a1\u7968\u4e2a\u4eba\u91cf\u5316\u4ea4\u6613\u6570\u636e\u7b56\u7565\u6a21\u5757",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "quantitative trading",
        " stock",
        " rust",
        " automatic trading"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c118834eee88c95d51970650266f0b049d2fe84e8e5cf0c45a3a0727699938f8",
                "md5": "941fe2b7f219ac19d9ea116fb34128ad",
                "sha256": "1774fa16e9673a3a0d9beaea3f1df6a3e0ebc4d4353d23a6b03eaf7c01b3c015"
            },
            "downloads": -1,
            "filename": "qstrategy-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "941fe2b7f219ac19d9ea116fb34128ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6349934,
            "upload_time": "2024-08-23T15:34:49",
            "upload_time_iso_8601": "2024-08-23T15:34:49.712156Z",
            "url": "https://files.pythonhosted.org/packages/c1/18/834eee88c95d51970650266f0b049d2fe84e8e5cf0c45a3a0727699938f8/qstrategy-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 15:34:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "qstrategy"
}
        
Elapsed time: 0.54032s