# vnpy_riskmanager **Repository Path**: three-comma-club/vnpy_riskmanager ## Basic Information - **Project Name**: vnpy_riskmanager - **Description**: vn.py框架的事前风控模块 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: https://www.vnpy.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vn.py框架的事前风控模块

## 说明 提供包括交易流控、下单数量、活动委托、撤单总数等规则的统计和限制,有效实现事前风控功能。 ## 安装 安装需要基于2.6.0版本以上的[VN Studio](https://www.vnpy.com)。 直接使用pip命令: ``` pip install vnpy_riskmanager ``` 下载解压后在cmd中运行 ``` python setup.py install ```