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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ commit credentials.
90
90
|`FIRSTRADE_SESSION_CHECK_INCLUDE_POSITIONS`| Optional | Include compact symbol/quantity/market-value positions in `/session-check` funds snapshots. Defaults to `false`|
91
91
|`FIRSTRADE_RUN_STRATEGY_ON_HTTP`| Optional | Must be `true` before `/run` performs strategy evaluation and order routing |
92
92
|`FIRSTRADE_LIVE_ORDER_ACK`| Optional | Must be `true` before `/run` can submit live orders |
93
-
|`FIRSTRADE_MAX_ORDER_NOTIONAL_USD`| Optional |Single-order cap for strategy-generated orders, default `25`|
93
+
|`FIRSTRADE_MAX_ORDER_NOTIONAL_USD`| Optional |Optional single-order cap for strategy-generated orders. Unset means no platform-side notional cap|
94
94
|`FIRSTRADE_SAFE_HAVEN_CASH_SUBSTITUTE_THRESHOLD_USD`| Optional | Safe-haven/cash-sweep target values below this USD amount are kept as cash instead of buying BOXX/BIL. Default `1000`. |
95
95
96
96
## Local Validation
@@ -128,16 +128,15 @@ Dry-run order preview for a tiny notional buy:
128
128
--preview-order \
129
129
--symbol YOUR_SYMBOL \
130
130
--side buy \
131
-
--notional-usd 5 \
132
-
--max-notional-usd 25
131
+
--notional-usd 5
133
132
```
134
133
135
134
Live order validation requires all of the following:
136
135
137
136
-`FIRSTRADE_ENABLE_LIVE_TRADING=true`
138
137
-`--live-order`
139
138
-`--yes-i-understand-unofficial-api-risk`
140
-
- order notional at or below `--max-notional-usd`
139
+
- order notional at or below `--max-notional-usd` when that optional cap is set
0 commit comments