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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ commit credentials.
71
71
|`FIRSTRADE_ACCOUNT`| Optional | Required when multiple accounts are returned |
72
72
|`STRATEGY_PROFILE`| Yes for runtime | Shared US equity strategy profile |
73
73
|`FIRSTRADE_DRY_RUN_ONLY`| Optional | Defaults to `true` for platform runtime |
74
+
|`FIRSTRADE_RUNTIME_EXECUTION_WINDOW_TRADING_DAYS`| Optional | Override the supported strategy runtime execution window in trading days. Unset uses the strategy default |
74
75
|`FIRSTRADE_REUSE_SESSION`| Optional | Try cached Firstrade session headers before logging in again. Defaults to `false`|
75
76
|`FIRSTRADE_SESSION_CACHE_TTL_SECONDS`| Optional | Max age for local session header reuse when `FIRSTRADE_REUSE_SESSION=true`. Defaults to `21600`|
76
77
|`FIRSTRADE_PERSIST_SESSION_CACHE`| Optional | Persist Firstrade session headers to the configured GCS state bucket when `FIRSTRADE_REUSE_SESSION=true`. Defaults to `false`|
0 commit comments