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
Current strategy implementations are sourced from `UsEquityStrategies`.
@@ -40,6 +42,7 @@ The mainline runtime now follows one path only:
40
42
41
43
-`global_etf_rotation`
42
44
-`russell_1000_multi_factor_defensive`
45
+
-`tqqq_growth_income`
43
46
-`soxl_soxx_trend_income`
44
47
-`qqq_tech_enhancement`
45
48
@@ -50,6 +53,7 @@ The mainline runtime now follows one path only:
50
53
| --- | --- | --- | --- | --- | --- | --- | --- |
51
54
|`global_etf_rotation`| Global ETF Rotation | Yes | Yes | Yes | Yes |`us_equity`| current rollback line |
52
55
|`russell_1000_multi_factor_defensive`| Russell 1000 Multi-Factor | Yes | Yes | No | No |`us_equity`| defensive stock baseline |
56
+
|`tqqq_growth_income`| TQQQ Growth Income | Yes | Yes | No | No |`us_equity`| enabled value-mode alternative |
53
57
|`soxl_soxx_trend_income`| SOXL/SOXX Semiconductor Trend Income | Yes | Yes | No | No |`us_equity`| current IBKR live line |
54
58
|`qqq_tech_enhancement`| QQQ Tech Enhancement | Yes | Yes | No | No |`us_equity`| enabled feature-snapshot alternative |
55
59
@@ -173,7 +177,7 @@ The selected `ACCOUNT_GROUP` is now the runtime identity. Keep broker-specific i
173
177
|----------|----------|-------------|
174
178
|`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. |
175
179
|`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. |
0 commit comments