The trade sheet in full: Market vs Limit, slippage, TP/SL, and the order state machine.
Quick Trade is the single trade sheet for every asset. It opens from the sticky Buy/Sell bar on Asset detail, from row swipes on watchlists and holdings, and from the repeat-trade chip after any successful trade.
- LIVE · market open · executes immediately - Queued · market opens in 6h 23m · order will execute at open - Extended hours · limited liquidity · may fill at open
Quote: $228.50 · valid 8s · RefreshGas sponsoredBuy 0.44 sh @ $228.50Below the primary trade fields, two unchecked checkboxes: Take Profit (TP) and Stop Loss (SL). Checking either reveals an input row with three tabs — Price · Percent · Dollar — which are mathematically linked. Type in any one and the other two auto-populate live as you type.
percent = (target − entry) / entry × 100dollar = (target − entry) × quantitydollar = entry × quantity × percent / 100Whichever field you last touched is the source of truth for that session. TP and SL are placed as resting orders that auto-trigger when the underlying price reaches the target. Both appear in Portfolio → Orders with their own state machine.
By default, tapping Confirm submits the trade immediately. If you want an extra confirmation step on every trade, enable Require Face ID, Touch ID, or your passkey before every trade in Account → Security. With the toggle on, your device prompts for a biometric or passkey before each order leaves the sheet.
Every Market order moves through:
quote_requested → quote_received → awaiting_confirm → soft_cancel → submitted → filled | partial_filled | queued | failed_execution
Every Limit order moves through:
submitted → pending → filled | partial_filled | modified | cancelled_by_user
Every TP/SL order moves through:
armed → triggered → filled | partial_filled | failed_execution
The full state machines (with every transition labeled) live in MASTER-SPEC §24 — see for AI agents for the machine-readable export.
There is no second-factor prompt tied to trade size. Trades of any amount complete with biometric only. See Recovery and security for the controls that do require a second factor (key export, new-device, suspicious-activity).