@@ -1505,12 +1505,12 @@ <h2 data-i18n="summary">切换摘要</h2>
15051505 const defaultRepositories = platformRepositories ;
15061506
15071507 const defaultAccountOptions = {
1508- binance : [ { "key" : "preview" , "label" : "Binance" , "target_name" : "crypto_combo" , "supported_domains" : [ "crypto" ] , "default_strategy_profile" : "crypto_equity_combo" , "cash_currency" : "USD" , "default_execution_mode" : "live" , "service_name" : "binance-quant-service" } ] ,
1508+ binance : [ { "key" : "preview" , "label" : "Binance" , "target_name" : "crypto_combo" , "supported_domains" : [ "crypto" ] , "default_strategy_profile" : "crypto_equity_combo" , "cash_currency" : "USD" , "default_execution_mode" : "live" } ] ,
15091509 firstrade : [ { "key" : "preview" , "label" : "Firstrade" , "target_name" : "preview" , "supported_domains" : [ "us_equity" ] , "cash_currency" : "USD" , "default_execution_mode" : "live" , "service_name" : "firstrade-quant-service" } ] ,
1510- ibkr : [ { "key" : "preview" , "label" : "IBKR" , "target_name" : "preview" , "supported_domains" : [ "us_equity" , "hk_equity" ] , "cash_currency" : "USD" , "default_execution_mode" : "live" , "service_name" : "ibkr-quant-service" } ] ,
1511- longbridge : [ { "key" : "preview" , "label" : "LongBridge" , "target_name" : "preview" , "supported_domains" : [ "us_equity" , "hk_equity" ] , "cash_currency" : "USD" , "default_execution_mode" : "live" , "service_name" : "longbridge-quant-service" } ] ,
1510+ ibkr : [ { "key" : "preview" , "label" : "IBKR" , "target_name" : "preview" , "supported_domains" : [ "us_equity" , "hk_equity" ] , "cash_currency" : "USD" , "default_execution_mode" : "live" } ] ,
1511+ longbridge : [ { "key" : "preview" , "label" : "LongBridge" , "target_name" : "preview" , "supported_domains" : [ "us_equity" , "hk_equity" ] , "cash_currency" : "USD" , "default_execution_mode" : "live" } ] ,
15121512 qmt : [ { "key" : "preview" , "label" : "QMT dry-run" , "target_name" : "industry_etf_dry_run" , "cash_currency" : "CNY" , "default_strategy_profile" : "cn_industry_etf_rotation" , "supported_domains" : [ "cn_equity" ] , "service_name" : "qmt-quant-service" } ] ,
1513- schwab : [ { "key" : "preview" , "label" : "Schwab" , "target_name" : "preview" , "supported_domains" : [ "us_equity" ] , "cash_currency" : "USD" , "default_execution_mode" : "live" , "service_name" : "schwab-quant-service" } ] ,
1513+ schwab : [ { "key" : "preview" , "label" : "Schwab" , "target_name" : "preview" , "supported_domains" : [ "us_equity" ] , "cash_currency" : "USD" , "default_execution_mode" : "live" , "service_name" : "charles- schwab-quant-service" } ] ,
15141514 } ;
15151515
15161516 const domainLabels = {
@@ -1529,7 +1529,7 @@ <h2 data-i18n="summary">切换摘要</h2>
15291529 option_overlay : false ,
15301530 dca : true ,
15311531 execution_mode : "live" ,
1532- service_name : "binance-quant-service " ,
1532+ service_name : "" ,
15331533 default_execution_mode : "live"
15341534 } ,
15351535 firstrade : {
@@ -1551,7 +1551,7 @@ <h2 data-i18n="summary">切换摘要</h2>
15511551 option_overlay : true ,
15521552 dca : false ,
15531553 execution_mode : "live" ,
1554- service_name : "ibkr-quant-service " ,
1554+ service_name : "" ,
15551555 default_execution_mode : "live"
15561556 } ,
15571557 longbridge : {
@@ -1562,7 +1562,7 @@ <h2 data-i18n="summary">切换摘要</h2>
15621562 option_overlay : true ,
15631563 dca : false ,
15641564 execution_mode : "live" ,
1565- service_name : "longbridge-quant-service " ,
1565+ service_name : "" ,
15661566 default_execution_mode : "live"
15671567 } ,
15681568 qmt : {
@@ -1584,7 +1584,7 @@ <h2 data-i18n="summary">切换摘要</h2>
15841584 option_overlay : true ,
15851585 dca : false ,
15861586 execution_mode : "live" ,
1587- service_name : "schwab-quant-service" ,
1587+ service_name : "charles- schwab-quant-service" ,
15881588 default_execution_mode : "live"
15891589 } ,
15901590 } ;
@@ -1603,6 +1603,11 @@ <h2 data-i18n="summary">切换摘要</h2>
16031603
16041604
16051605
1606+
1607+
1608+
1609+
1610+
16061611
16071612
16081613
0 commit comments