Skip to content

Commit 35a9c48

Browse files
authored
Align LongBridge SG default strategy to SOXL (#31)
1 parent cf13198 commit 35a9c48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

web/strategy-switch-console/account-options.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"label": "sg",
1414
"target_name": "sg",
1515
"account_selector": "SG",
16-
"default_strategy_profile": "tqqq_growth_income",
16+
"default_strategy_profile": "soxl_soxx_trend_income",
1717
"supported_domains": ["us_equity", "hk_equity"]
1818
},
1919
{

web/strategy-switch-console/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ <h2 data-i18n="summary">切换摘要</h2>
782782
const defaultAccountOptions = {
783783
longbridge: [
784784
{ key: "hk", label: "hk", target_name: "hk", account_selector: "HK", default_strategy_profile: "hk_low_vol_dividend_quality_snapshot", supported_domains: ["us_equity", "hk_equity"] },
785-
{ key: "sg", label: "sg", target_name: "sg", account_selector: "SG", default_strategy_profile: "tqqq_growth_income", supported_domains: ["us_equity", "hk_equity"] },
785+
{ key: "sg", label: "sg", target_name: "sg", account_selector: "SG", default_strategy_profile: "soxl_soxx_trend_income", supported_domains: ["us_equity", "hk_equity"] },
786786
{ key: "paper", label: "paper", target_name: "paper", account_selector: "PAPER", default_strategy_profile: "mega_cap_leader_rotation_top50_balanced", supported_domains: ["us_equity", "hk_equity"] },
787787
],
788788
ibkr: [

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.

0 commit comments

Comments
 (0)