Commit 501a3fc7 authored by jichao's avatar jichao

调整信号规则逻辑

parent 65b57aa4
......@@ -40,7 +40,7 @@ py-jftech:
api.PortfoliosBuilder: portfolios.builder.PoemPortfoliosBuilder
names:
crisis_one: rebalance.signals.crisis_signal.LastRateCrisisOneSignal
curve-drift: rebalance.signals.curve_drift.AbsCurveDrift
curve-drift: rebalance.signals.curve_drift.Max120tCurveDrift
# curve-drift: rebalance.signals.curve_drift.AbsCurveDrift
email:
server: smtphz.qiye.163.com
......@@ -160,7 +160,7 @@ rebalance: # 再平衡模块
coef: 0.95 # 计算cvar的系数
cvar-min-volume: 30 # 计算cvar至少需要多少交易日数据
high-low-buy: # 高低买入相关
threshold: [ 0.5, 0.8 ] # [ 低买入阀值,高买入阀值 ]
threshold: [ 0.55, 0.8 ] # [ 低买入阀值,高买入阀值 ]
reports: # 报告模块相关
navs:
type: FUND
......@@ -213,7 +213,7 @@ reports: # 报告模块相关
backtest: # 回测导出曹策略
exist-build: on # 如果报告文件存在,是否重新构建文件
save-path: ${EXPORT_PATH:excels} # 导出报告文件存放路径,如果以./或者../开头,则会以执行python文件为根目录,如果以/开头,则为系统绝对路径,否则,以项目目录为根目录
file-name: ${EXPORT_FILENAME:13211}
file-name: ${EXPORT_FILENAME:112}
include-report: # 需要导出的报告类型列表,下面的顺序,也代表了excel中sheet的顺序
# - funds-report # 基金资料
# - navs-report # 净值报告
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment