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
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ The mainline runtime now follows one path only:
40
40
41
41
-`global_etf_rotation`
42
42
-`russell_1000_multi_factor_defensive`
43
+
-`semiconductor_rotation_income`
43
44
-`tech_pullback_cash_buffer`
44
45
45
46
@@ -49,7 +50,8 @@ The mainline runtime now follows one path only:
49
50
| --- | --- | --- | --- | --- | --- | --- | --- |
50
51
|`global_etf_rotation`| Global ETF Rotation | Yes | Yes | Yes | Yes |`us_equity`| current rollback line |
51
52
|`russell_1000_multi_factor_defensive`| Russell 1000 Multi-Factor | Yes | Yes | No | No |`us_equity`| defensive stock baseline |
52
-
|`tech_pullback_cash_buffer`| QQQ Tech Enhancement | Yes | Yes | No | No |`us_equity`| current IBKR paper dry-run candidate |
53
+
|`semiconductor_rotation_income`| SOXL/SOXX Semiconductor Trend Income | Yes | Yes | No | No |`us_equity`| current IBKR dry-run line |
54
+
|`tech_pullback_cash_buffer`| QQQ Tech Enhancement | Yes | Yes | No | No |`us_equity`| enabled feature-snapshot alternative |
53
55
54
56
Check the current matrix locally:
55
57
@@ -171,7 +173,7 @@ The selected `ACCOUNT_GROUP` is now the runtime identity. Keep broker-specific i
171
173
|----------|----------|-------------|
172
174
|`IB_GATEWAY_ZONE`| Optional fallback | GCE zone (for example `us-central1-a`). Recommended to keep in the selected account-group entry; this env var is only a transition fallback. |
173
175
|`IB_GATEWAY_IP_MODE`| Optional fallback |`internal` (default) or `external`. Recommended to keep in the selected account-group entry; this env var is only a transition fallback. |
-`QuantPlatformKit` is only a shared dependency; Cloud Run now deploys `InteractiveBrokersPlatform`.
308
-
- Recommended Cloud Run service name: `interactive-brokers-quant-global-etf-rotation-service`.
310
+
- Recommended Cloud Run service name: `interactive-brokers-quant-service`.
309
311
- For future multi-account rollout, keep one Cloud Run service per `ACCOUNT_GROUP`, and let each service select its account-group config at runtime.
310
312
- If you later rename or move this repository, reselect the GitHub source in Cloud Build / Cloud Run trigger instead of assuming the existing source binding will update itself.
311
313
- For the shared deployment model and trigger migration checklist, see [`QuantPlatformKit/docs/deployment_model.md`](../QuantPlatformKit/docs/deployment_model.md).
@@ -322,7 +324,7 @@ Important:
322
324
Example deploy/update command:
323
325
324
326
```bash
325
-
gcloud run deploy interactive-brokers-quant-global-etf-rotation-service \
327
+
gcloud run deploy interactive-brokers-quant-service \
0 commit comments