You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Platform execution no longer depends on `strategy/allocation.py` or hard-coded s
35
35
|`russell_1000_multi_factor_defensive`| Russell 1000 Multi-Factor | Yes | Yes | No | No |`us_equity`| enabled feature-snapshot stock baseline |
36
36
|`soxl_soxx_trend_income`| SOXL/SOXX Semiconductor Trend Income | Yes | Yes | Yes | Yes |`us_equity`| current LongBridge default |
37
37
|`tqqq_growth_income`| TQQQ Growth Income | Yes | Yes | No | No |`us_equity`| current SG dry-run line |
38
-
|`qqq_tech_enhancement`| Tech/Communication Pullback Enhancement | Yes | Yes | No | No |`us_equity`| current HK feature-snapshot line |
38
+
|`tech_communication_pullback_enhancement`| Tech/Communication Pullback Enhancement | Yes | Yes | No | No |`us_equity`| current HK feature-snapshot line |
|`LONGPORT_APP_SECRET`| Yes | LongPort OpenAPI app secret (for token refresh); recommended to inject from the region-specific Secret Manager secret for this deployment, such as `longport-app-secret-hk` / `longport-app-secret-sg`|
115
115
|`LONGPORT_SECRET_NAME`| No | Secret Manager secret name for LongPort token (default: `longport_token_hk`) |
116
116
|`ACCOUNT_PREFIX`| No | Alert/log prefix for account/environment (default: `DEFAULT`) |
117
-
|`STRATEGY_PROFILE`| No | Strategy profile selector (default: `soxl_soxx_trend_income`; enabled values include `global_etf_rotation`, `russell_1000_multi_factor_defensive`, `qqq_tech_enhancement` on HK, and `tqqq_growth_income` on SG) |
117
+
|`STRATEGY_PROFILE`| No | Strategy profile selector (default: `soxl_soxx_trend_income`; enabled values include `global_etf_rotation`, `russell_1000_multi_factor_defensive`, `tech_communication_pullback_enhancement` on HK, and `tqqq_growth_income` on SG) |
118
118
|`ACCOUNT_REGION`| No | Account region marker for platform-style deployment (e.g. `HK`, `SG`; defaults to `ACCOUNT_PREFIX` / `DEFAULT`) |
119
119
|`LONGBRIDGE_DRY_RUN_ONLY`| No | Set to `true` to keep the selected deployment in dry-run mode. |
120
120
|`NOTIFY_LANG`| No | Notification language: `en` (English, default) or `zh` (Chinese) |
@@ -138,7 +138,7 @@ Deploy the same codebase as multiple Cloud Run services (e.g. `HK` and `SG`) by
138
138
139
139
-`LONGPORT_SECRET_NAME`: point to different secrets (e.g. `longport_token_hk`, `longport_token_sg`)
140
140
-`ACCOUNT_PREFIX`: e.g. `HK`, `SG` (all Telegram/log alerts will include `[ACCOUNT_PREFIX]`)
141
-
-`STRATEGY_PROFILE`: set per service; current live examples are `qqq_tech_enhancement` on HK and `tqqq_growth_income` on SG
141
+
-`STRATEGY_PROFILE`: set per service; current live examples are `tech_communication_pullback_enhancement` on HK and `tqqq_growth_income` on SG
142
142
- Current strategy domain is `us_equity`. `STRATEGY_PROFILE` now goes through a platform capability matrix plus a rollout allowlist: `eligible` means the platform can run it in theory, `enabled` means the current rollout really allows it.
143
143
-`ACCOUNT_REGION`: explicitly mark the deployed account region (`HK` / `SG`); if unset, the app falls back to `ACCOUNT_PREFIX` or `DEFAULT`
144
144
-`LONGBRIDGE_DRY_RUN_ONLY`: set per service when that deployment should stay dry-run
0 commit comments