# autotrader **Repository Path**: qinchun2000/autotrader ## Basic Information - **Project Name**: autotrader - **Description**: No description available - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # autotrader #### 介绍 本项目用于ctp 接口的期货全自动交易 #### 软件架构 软件架构说明 mysql + redis #### 安装教程 1. 通过autoinstall 自动部署 git clone https://gitee.com/qinchun2000/autoinstall cd autoinstall ./install.sh cd patch ./install.sh #### 使用说明 1. crontab -e 45 20 * * 1-5 /root/autotrader/bin/start_td.sh 45 20 * * 1-5 /root/autotrader/bin/start_md.sh 45 3 * * 2-6 /root/autotrader/bin/stop_td.sh 45 3 * * 2-6 /root/autotrader/bin/stop_md.sh 45 8 * * 1-5 /root/autotrader/bin/start_td.sh 45 8 * * 1-5 /root/autotrader/bin/start_md.sh 45 15 * * 1-5 /root/autotrader/bin/stop_td.sh 45 15 * * 1-5 /root/autotrader/bin/stop_md.sh