Skip to content

Commit 9302a87

Browse files
committed
Add binance platform tab, rename combo strategies, remove conservative CN ETF
1 parent 24240a4 commit 9302a87

4 files changed

Lines changed: 19 additions & 25 deletions

File tree

web/strategy-switch-console/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,7 @@ <h2 data-i18n="summary">切换摘要</h2>
14841484
schwab: "QuantStrategyLab/CharlesSchwabPlatform",
14851485
firstrade: "QuantStrategyLab/FirstradePlatform",
14861486
qmt: "QuantStrategyLab/QmtPlatform",
1487+
binance: "QuantStrategyLab/BinancePlatform",
14871488
};
14881489

14891490
const platformMeta = {
@@ -1492,6 +1493,7 @@ <h2 data-i18n="summary">切换摘要</h2>
14921493
schwab: { label: "Schwab", code: "SW", accent: "var(--sw)" },
14931494
firstrade: { label: "Firstrade", code: "FT", accent: "var(--ft)" },
14941495
qmt: { label: "QMT", code: "QM", accent: "var(--qmt)" },
1496+
binance: { label: "Binance", code: "BN", accent: "var(--bn)" },
14951497
};
14961498

14971499
const reservePolicyModes = ["current", "none", "ratio", "floor", "max"];
@@ -1532,7 +1534,7 @@ <h2 data-i18n="summary">切换摘要</h2>
15321534
{ profile: "russell_top50_leader_rotation", label: "Russell Top50 Leader Rotation", label_en: "Russell Top50 Leader Rotation", label_zh: "罗素 Top50 领涨轮动", domain: "us_equity", runtime_enabled: true, income_layer_enabled: true, income_layer_start_usd: "300000", income_layer_max_ratio: "0.25", income_layer_allocations: { SCHD: 0.45, DGRO: 0.30, SGOV: 0.25 } },
15331535
{ profile: "hk_global_etf_tactical_rotation", label: "HK Global ETF Tactical Rotation", label_en: "HK Global ETF Tactical Rotation", label_zh: "港股全球 ETF 战术轮动", domain: "hk_equity", runtime_enabled: true },
15341536
{ profile: "hk_low_vol_dividend_quality_snapshot", label: "HK Low-Vol Dividend Quality Snapshot", label_en: "HK Low-Vol Dividend Quality Snapshot", label_zh: "港股低波红利质量快照", domain: "hk_equity", runtime_enabled: true },
1535-
{ profile: "cn_industry_etf_rotation", label: "CN Industry ETF Rotation", label_en: "CN Industry ETF Rotation", label_zh: "A股行业 ETF 轮动", domain: "cn_equity", runtime_enabled: true },
1537+
15361538
{ profile: "cn_dividend_quality_snapshot", label: "CN Dividend Quality Snapshot", label_en: "CN Dividend Quality Snapshot", label_zh: "A股红利质量快照", domain: "cn_equity", runtime_enabled: true },
15371539
];
15381540

web/strategy-switch-console/page_asset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/strategy-switch-console/strategy-profiles.example.json

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -138,19 +138,11 @@
138138
"domain": "hk_equity",
139139
"runtime_enabled": true
140140
},
141-
{
142-
"profile": "cn_industry_etf_rotation",
143-
"label": "CN Industry ETF Rotation",
144-
"label_en": "CN Industry ETF Rotation",
145-
"label_zh": "A股行业 ETF 轮动",
146-
"domain": "cn_equity",
147-
"runtime_enabled": true
148-
},
149141
{
150142
"profile": "cn_industry_etf_rotation_aggressive",
151-
"label": "CN Industry ETF Rotation Aggressive",
143+
"label": "CN ETF Rotation",
152144
"label_en": "CN Industry ETF Rotation Aggressive",
153-
"label_zh": "A股行业 ETF 轮动(Aggressive vol25%)",
145+
"label_zh": "A股行业ETF轮动",
154146
"domain": "cn_equity",
155147
"runtime_enabled": true
156148
},
@@ -164,19 +156,19 @@
164156
},
165157
{
166158
"profile": "cn_equity_combo",
167-
"label": "CN Equity Combo",
159+
"label": "CN Dynamic Combo",
168160
"label_en": "CN Equity Combo",
169-
"label_zh": "A股组合策略(30/50/20)",
161+
"label_zh": "A股进取组合",
170162
"domain": "cn_equity",
171163
"runtime_enabled": true,
172164
"combo_enabled": true,
173165
"combo_mode": "dynamic"
174166
},
175167
{
176168
"profile": "us_equity_combo",
177-
"label": "US Equity Combo",
169+
"label": "US Balanced Combo",
178170
"label_en": "US Equity Combo",
179-
"label_zh": "美股组合策略(50/30/20)",
171+
"label_zh": "美股均衡组合",
180172
"domain": "us_equity",
181173
"runtime_enabled": true,
182174
"combo_enabled": true,
@@ -201,19 +193,19 @@
201193
},
202194
{
203195
"profile": "us_equity_combo_leveraged",
204-
"label": "US Equity Combo Leveraged",
196+
"label": "US Leveraged Combo",
205197
"label_en": "US Equity Combo Leveraged",
206-
"label_zh": "美股杠杆组合(40/20/40)",
198+
"label_zh": "美股杠杆组合",
207199
"domain": "us_equity",
208200
"runtime_enabled": true,
209201
"combo_enabled": true,
210202
"combo_mode": "dynamic"
211203
},
212204
{
213205
"profile": "hk_equity_combo",
214-
"label": "HK Equity Combo",
206+
"label": "HK Dynamic Combo",
215207
"label_en": "HK Equity Combo",
216-
"label_zh": "港股组合策略(60/40)",
208+
"label_zh": "港股进取组合",
217209
"domain": "hk_equity",
218210
"runtime_enabled": true,
219211
"combo_enabled": true,
@@ -223,23 +215,23 @@
223215
"profile": "crypto_btc_dca",
224216
"label": "Crypto BTC DCA",
225217
"label_en": "Crypto BTC DCA",
226-
"label_zh": "加密 BTC 定投",
218+
"label_zh": "BTC定投",
227219
"domain": "crypto",
228220
"runtime_enabled": true
229221
},
230222
{
231223
"profile": "crypto_trend_rotation",
232224
"label": "Crypto Trend Rotation",
233225
"label_en": "Crypto Trend Rotation",
234-
"label_zh": "加密趋势轮动",
226+
"label_zh": "山寨趋势轮动",
235227
"domain": "crypto",
236228
"runtime_enabled": true
237229
},
238230
{
239231
"profile": "crypto_equity_combo",
240-
"label": "Crypto Equity Combo",
232+
"label": "Crypto Dynamic Combo",
241233
"label_en": "Crypto Equity Combo",
242-
"label_zh": "加密组合策略(50/50)",
234+
"label_zh": "加密趋势组合",
243235
"domain": "crypto",
244236
"runtime_enabled": true,
245237
"combo_enabled": true,

web/strategy-switch-console/strategy_profiles_asset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)