Skip to content

Commit d952f91

Browse files
committed
Generalize IBKR US equity strategy runtime
1 parent a97e603 commit d952f91

12 files changed

Lines changed: 343 additions & 751 deletions

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
IBKR runtime for shared `us_equity` strategy profiles from `UsEquityStrategies`. Today it supports:
1616

17-
- `global_etf_rotation` (`Global ETF Rotation Defense`): quarterly ETF momentum rotation with daily canary defense
18-
- `russell_1000_multi_factor_defensive` (`Russell 1000 Multi-Factor Defensive`): monthly stock-selection strategy that consumes a precomputed feature snapshot
19-
- `tech_pullback_cash_buffer` (`Tech Pullback Cash Buffer`): monthly tech-heavy stock-selection branch with explicit BOXX cash buffer
17+
- `global_etf_rotation` (`Global ETF Rotation`): quarterly ETF momentum rotation with daily canary defense
18+
- `russell_1000_multi_factor_defensive` (`Russell 1000 Multi-Factor`): monthly stock-selection strategy that consumes a precomputed feature snapshot
19+
- `tech_pullback_cash_buffer` (`QQQ Tech Enhancement`): monthly tech-heavy stock-selection branch with explicit BOXX cash buffer
2020

2121
Current strategy implementations are sourced from `UsEquityStrategies`.
2222

@@ -47,9 +47,9 @@ The mainline runtime now follows one path only:
4747

4848
| Canonical profile | Display name | Eligible | Enabled | Default | Rollback | Domain | Runtime note |
4949
| --- | --- | --- | --- | --- | --- | --- | --- |
50-
| `global_etf_rotation` | Global ETF Rotation Defense | Yes | Yes | Yes | Yes | `us_equity` | current rollback line |
51-
| `russell_1000_multi_factor_defensive` | Russell 1000 Multi-Factor Defensive | Yes | Yes | No | No | `us_equity` | defensive stock baseline |
52-
| `tech_pullback_cash_buffer` | Tech Pullback Cash Buffer | Yes | Yes | No | No | `us_equity` | current IBKR paper dry-run candidate |
50+
| `global_etf_rotation` | Global ETF Rotation | Yes | Yes | Yes | Yes | `us_equity` | current rollback line |
51+
| `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 |
5353

5454
Check the current matrix locally:
5555

0 commit comments

Comments
 (0)