Skip to content

Commit 24240a4

Browse files
committed
Regenerate page/profiles with 6 new combo + crypto profiles, add binance CSS color
1 parent d2ed5b4 commit 24240a4

3 files changed

Lines changed: 86 additions & 3 deletions

File tree

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: 84 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,88 @@
161161
"label_zh": "A股红利质量快照",
162162
"domain": "cn_equity",
163163
"runtime_enabled": true
164+
},
165+
{
166+
"profile": "cn_equity_combo",
167+
"label": "CN Equity Combo",
168+
"label_en": "CN Equity Combo",
169+
"label_zh": "A股组合策略(30/50/20)",
170+
"domain": "cn_equity",
171+
"runtime_enabled": true,
172+
"combo_enabled": true,
173+
"combo_mode": "dynamic"
174+
},
175+
{
176+
"profile": "us_equity_combo",
177+
"label": "US Equity Combo",
178+
"label_en": "US Equity Combo",
179+
"label_zh": "美股组合策略(50/30/20)",
180+
"domain": "us_equity",
181+
"runtime_enabled": true,
182+
"combo_enabled": true,
183+
"combo_mode": "dynamic",
184+
"income_layer_enabled": true,
185+
"income_layer_start_usd": "300000",
186+
"income_layer_max_ratio": "0.25",
187+
"income_layer_allocations": {
188+
"SCHD": 0.25,
189+
"DGRO": 0.25,
190+
"SGOV": 0.2,
191+
"SPYI": 0.15,
192+
"QQQI": 0.15
193+
},
194+
"option_overlay_enabled": true,
195+
"option_overlay_live_gate": "promotion_required",
196+
"option_overlay_live_status": "research_only",
197+
"option_growth_overlay_enabled": true,
198+
"option_growth_overlay_recipe": "spy_leaps_growth_v1",
199+
"option_growth_overlay_start_usd": "300000",
200+
"option_growth_overlay_nav_budget_ratio": "0.015"
201+
},
202+
{
203+
"profile": "us_equity_combo_leveraged",
204+
"label": "US Equity Combo Leveraged",
205+
"label_en": "US Equity Combo Leveraged",
206+
"label_zh": "美股杠杆组合(40/20/40)",
207+
"domain": "us_equity",
208+
"runtime_enabled": true,
209+
"combo_enabled": true,
210+
"combo_mode": "dynamic"
211+
},
212+
{
213+
"profile": "hk_equity_combo",
214+
"label": "HK Equity Combo",
215+
"label_en": "HK Equity Combo",
216+
"label_zh": "港股组合策略(60/40)",
217+
"domain": "hk_equity",
218+
"runtime_enabled": true,
219+
"combo_enabled": true,
220+
"combo_mode": "dynamic"
221+
},
222+
{
223+
"profile": "crypto_btc_dca",
224+
"label": "Crypto BTC DCA",
225+
"label_en": "Crypto BTC DCA",
226+
"label_zh": "加密 BTC 定投",
227+
"domain": "crypto",
228+
"runtime_enabled": true
229+
},
230+
{
231+
"profile": "crypto_trend_rotation",
232+
"label": "Crypto Trend Rotation",
233+
"label_en": "Crypto Trend Rotation",
234+
"label_zh": "加密趋势轮动",
235+
"domain": "crypto",
236+
"runtime_enabled": true
237+
},
238+
{
239+
"profile": "crypto_equity_combo",
240+
"label": "Crypto Equity Combo",
241+
"label_en": "Crypto Equity Combo",
242+
"label_zh": "加密组合策略(50/50)",
243+
"domain": "crypto",
244+
"runtime_enabled": true,
245+
"combo_enabled": true,
246+
"combo_mode": "dynamic"
164247
}
165-
]
248+
]

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)