# JJStrategy **Repository Path**: luhouxiang/JJStrategy ## Basic Information - **Project Name**: JJStrategy - **Description**: 简单的交易策略 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-15 - **Last Updated**: 2023-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JJStrategy #### 介绍 简单的交易策略,当前实现的为自动平仓(根据金死叉自动平仓) ## 配置:需要在../../etc/global_config.json中配置这两项,其中dest_url表示目标ip, dest_mysql_passwd表示对应机器的mysql密码 "dest_url": "http://127.0.0.1:8088/api/mgr", "dest_mysql_passwd": "123456",