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
|`ACCOUNT_GROUP`| Yes | Account-group selector. Set explicitly for each deployment. |
104
104
|`IBKR_FEATURE_SNAPSHOT_PATH`| Conditionally required | Required for snapshot-backed profiles such as `russell_1000_multi_factor_defensive`, `tech_communication_pullback_enhancement`, and `mega_cap_leader_rotation_top50_balanced`. Path to the latest feature snapshot file (`.csv`, `.json`, `.jsonl`, `.parquet`). |
105
+
|`IBKR_STRATEGY_PLUGIN_MOUNTS_JSON`| No | Optional IBKR-side strategy plugin mount JSON. The plugin artifact controls mode; platform config must not set `mode`. |
105
106
|`IBKR_FRACTIONAL_SHARES_ENABLED`| No | Defaults to `false`; set `true` only after verifying fractional order support for this account/API path. |
106
107
|`IBKR_ORDER_QUANTITY_STEP`| No | Explicit order quantity step override; e.g. `1` for whole shares or `0.0001` for fractional sizing. Takes precedence over `IBKR_FRACTIONAL_SHARES_ENABLED`. |
107
108
|`IBKR_MIN_ORDER_NOTIONAL_USD`| No | Minimum buy notional for fractional sizing; defaults to `50.0`. |
@@ -221,6 +222,7 @@ Recommended setup:
221
222
-`STRATEGY_PROFILE` (set explicitly to one enabled profile, such as `soxl_soxx_trend_income`)
0 commit comments