{{connected ? 'Connected' : 'Disconnected'}} as {{trader_id}}
PNL ({{state.default_currency}})
{{state.trader_state.default_pnl | number:2}}
Open Orders
{{state.openOrderCount}}
Cash
{{getCondensedCashSummary()}}
Positions
{{getCondensedPositionSummary()}}
Cash
{{entry.name}}{{entry.value | number:2}}
Positions
{{entry.name}}{{entry.value | number}}
{{state.case_status}}
{{isAllContractsMode() ? 'No tradeable contracts available' : 'Select a security'}}
Choose a ticker in the top bar to open the trading workspace.
This scenario does not currently expose a tradeable contract workspace.
Tender Offer ({{offer.time_left}}s left)
Counterparty would like to {{offer.buy ? 'sell' : 'buy'}}
{{offer.quantity}} {{offer.ticker}} at {{offer.price | number:state.meta.securities[offer.ticker].precision}}.
{{isAllContractsMode() ? 'Mid price across all contracts' : 'Mid price vs time since start'}}
Admin Scoreboard
Live ranking by PNL
Trader
PNL
{{currency}}
{{ticker}}
{{id}}
{{state.pnls[id] | number:4}}
{{state.currencies[id][ticker]}}
{{state.positions[id][ticker]}}
Settings and Help
1) Place and Manage Orders
Top bar: shows connection status, remaining time, PnL, and open-order count. In single contract mode, click ticker buttons to switch the active security.
Orders: choose quantity and price, then use Buy or Sell to place limit orders. In single contract mode, open orders appear directly below. In all contracts mode, open and filled orders move into Old Orders, where you can cancel individual orders or use Cancel All or press {{formatShortcutKey(getCancelAllShortcutKey())}}.
2) Ladder Guide
Row Buy/Sell buttons: sends an order where the side is forced by the button you click, and the order is sent at that row's exact price.
Order Size: order quantity used by the row Buy/Sell button orders.
3) Layout
Panels: on desktop, click and drag a panel by its header to either pop it out or dock it elsewhere in the grid. Resize windows using the handles at the right or bottom of each one. Your layout is saved on refresh.
Warnings: rejected actions appear in the yellow warning popup at the top-right of your screen.
Adjust workspace layout, display preferences, and keyboard shortcuts from one place.
Workspace
Fine-tune the trading screen itself, including layout persistence and display preferences.
Sticky Bar
Keep the top bar visible while scrolling through the workspace.
Theme
Switch between the light and dark trading themes.
Reset Layout
Restore all widgets to their default positions and sizes.
Interface Mode
Choose the workspace layout that best matches how you want to trade.
Layouts are saved separately for each mode.
Keyboard Shortcuts
Click a shortcut button, then press the key you want to assign. Press Escape to stop editing a shortcut.
Order Controls
Focus Buy Price
Moves focus to the buy price input. In all contracts mode, this targets the currently selected contract in New Orders.
Focus Sell Price
Moves focus to the sell price input. In all contracts mode, this targets the currently selected contract in New Orders.
Cancel All Orders
Cancels all open orders.
Ticker Selection
Select {{entry.ticker}}
{{isAllContractsMode() ? ('Highlights ' + entry.ticker + ' in New Orders.') : ('Sets ' + entry.ticker + ' as the active ticker.')}}
Only the first 10 securities support keyboard ticker shortcuts.