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
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,7 @@ For IBKR, keep `paper` as a single account-group entry. If you later add live ac
103
103
|`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
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`. |
106
-
|`IBKR_FRACTIONAL_SHARES_ENABLED`| No | Defaults to `false`; set `true` only after verifying fractional order support for this account/API path. Orders that floor below roughly `0.01` shares are skipped because the IBKR API rejects them. |
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`. |
108
-
|`IBKR_MIN_ORDER_NOTIONAL_USD`| No | Minimum buy notional for fractional sizing; defaults to `50.0`. |
106
+
|`IBKR_MIN_ORDER_NOTIONAL_USD`| No | Minimum buy notional for limit buys; defaults to `50.0`. |
109
107
|`IB_ACCOUNT_GROUP_CONFIG_SECRET_NAME`| Yes for Cloud Run | Secret Manager secret name for account-group config JSON. Recommended production source. |
110
108
|`IB_ACCOUNT_GROUP_CONFIG_JSON`| No | Local/dev JSON fallback for account-group config. Not recommended for production Cloud Run. |
111
109
|`TELEGRAM_TOKEN`| Yes | Telegram bot token. For Cloud Run, prefer a Secret Manager reference instead of a literal env var. |
0 commit comments