Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
R
robo-dividend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenwen.tang
robo-dividend
Commits
eb49686b
Commit
eb49686b
authored
Jul 04, 2025
by
stephen.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新config -> 按台北需求更新feature(FT行銷頁面)
parent
b06541db
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
config-industryfund.yml
config-industryfund.yml
+2
-2
config-lowrisk_rr3.yml
config-lowrisk_rr3.yml
+5
-5
config-usmarket_prr4.yml
config-usmarket_prr4.yml
+2
-2
No files found.
config-industryfund.yml
View file @
eb49686b
...
...
@@ -245,7 +245,7 @@ robo-executor: # 执行器相关
sync-data
:
${SYNC_DATA:on}
# 是否开启同步资料数据
backtest
:
# 回测执行器相关
start-date
:
2013-01-02
# 回测起始日期
end-date
:
2025-06-
26
# 回测截止日期
end-date
:
2025-06-
30
# 回测截止日期
sealing-period
:
10
#调仓封闭期
start-step
:
${BACKTEST_START_STEP:1}
# 回测从哪一步开始执行 1:计算资产池;2:计算最优投组:3:计算再平衡信号以及持仓投组
end-step
:
${BACKTEST_END_STEP:3}
# 回测从哪一步执行完成后结束执行 1:计算资产池;2:计算最优投组:3:计算再平衡信号以及持仓投组
...
...
@@ -259,7 +259,7 @@ web:
port
:
8082
save-path
:
${EXPORT_PATH:json}
name
:
"
科技帶路投組"
feature
:
"
科技為主
x
其他產業為輔
x
風險調控"
feature
:
"
科技為主
+
其他產業為輔
+
風險調控"
tag
:
"
卡位時機"
config-lowrisk_rr3.yml
View file @
eb49686b
...
...
@@ -90,7 +90,7 @@ asset-pool: # 资产池模块
weight
:
0.3
-
years
:
1
weight
:
0.2
asset-include
:
{
'
customType'
:[
1
,
2
,
3
,
4
]}
asset-include
:
{
'
customType'
:[
1
,
2
,
3
]}
optimize-count
:
4
#基金优选个数
annual-volatility-filter
:
#1各资产年化波动率末exclude位 2各资产年化波动率大于volatility
-
customType
:
2
# none
...
...
@@ -122,8 +122,8 @@ portfolios: # 投组模块
asset
:
8
# 单一资产最多缺少多少交易日数据,则踢出资产池
day
:
0.5
# 单一交易日最多缺少百分之多少净值,则删除该交易日
risk
:
[]
# 资产风险等级要求,可分开写也可以合并写,e.g. risk:[ 2, 3 ] 则表示 所有投组资产风险等级都是 2 或 3
LARC
:
[
0.00
,
0.05
,
0.00
,
0.00
]
#低阈值
UARC
:
[
1.00
,
0.75
,
0.75
,
0.00
]
#高阈值
LARC
:
[
0.00
,
0.05
,
0.00
]
#低阈值
UARC
:
[
1.00
,
0.75
,
0.75
]
#高阈值
fix-w
:
0.05
fdtr-w
:
0.1
cpiyoy-w
:
0.15
...
...
@@ -259,7 +259,7 @@ robo-executor: # 执行器相关
sync-data
:
${SYNC_DATA:on}
# 是否开启同步资料数据
backtest
:
# 回测执行器相关
start-date
:
2013-01-02
# 回测起始日期
end-date
:
2025-06-
26
# 回测截止日期
end-date
:
2025-06-
30
# 回测截止日期
sealing-period
:
10
#调仓封闭期
start-step
:
${BACKTEST_START_STEP:1}
# 回测从哪一步开始执行 1:计算资产池;2:计算最优投组:3:计算再平衡信号以及持仓投组
end-step
:
${BACKTEST_END_STEP:3}
# 回测从哪一步执行完成后结束执行 1:计算资产池;2:计算最优投组:3:计算再平衡信号以及持仓投组
...
...
@@ -273,7 +273,7 @@ web:
port
:
8080
save-path
:
${EXPORT_PATH:json}
name
:
"
債幣低波動投組"
feature
:
"
債券
x
貨幣
基金靈活調配,穩中有機會"
feature
:
"
債券
+
貨幣市場
基金靈活調配,穩中有機會"
tag
:
"
parking精選"
...
...
config-usmarket_prr4.yml
View file @
eb49686b
...
...
@@ -249,7 +249,7 @@ robo-executor: # 执行器相关
sync-data
:
${SYNC_DATA:on}
# 是否开启同步资料数据
backtest
:
# 回测执行器相关
start-date
:
2013-01-02
# 回测起始日期
end-date
:
2025-06-
26
# 回测截止日期
end-date
:
2025-06-
30
# 回测截止日期
sealing-period
:
10
#调仓封闭期
start-step
:
${BACKTEST_START_STEP:1}
# 回测从哪一步开始执行 1:计算资产池;2:计算最优投组:3:计算再平衡信号以及持仓投组
end-step
:
${BACKTEST_END_STEP:3}
# 回测从哪一步执行完成后结束执行 1:计算资产池;2:计算最优投组:3:计算再平衡信号以及持仓投组
...
...
@@ -263,7 +263,7 @@ web:
port
:
8081
save-path
:
${EXPORT_PATH:json}
name
:
"
美國MAGA投組"
feature
:
"
美國產業
x
全球龍頭
x
長期布局首選"
feature
:
"
美國產業
+
全球龍頭
+
長期布局首選"
tag
:
"
人氣話題"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment