Available
${{ fmt(availableFunds) }}
Live
Paper
Ctrl {{ ctrlHeld ? 'ON' : 'OFF' }}
Pools
Unallocated ${{ fmt(unallocated) }}
{{ p.name }} ${{ fmt(p.amount) }}
{{ asset.symbol }}
{{ asset.name }}
Bid ${{ fmt(bid) }}
Ask ${{ fmt(ask) }}
${{ fmt(price) }}
Buy
Sell
No shares to sell
+$
→
Hold Ctrl + click for instant market buy/sell
Market actions will confirm before executing
Pending
{{ info.symbol }} · {{ info.side }} · {{ info.type }} · {{ info.qty }}
Open Trades
No open trades
{{ t.symbol }}
{{ t.pl >= 0 ? '+' : '' }}{{ fmt(t.pl) }}
−$
→
Positions ({{ asset.symbol }})
{{ showPositions ? '▾' : '▸' }}
No positions
{{ p.qty }}
shares
Avg ${{ fmt(p.avgEntryPrice) }} → ${{ fmt(p.currentPrice) }}
{{ p.unrealizedPl >= 0 ? '+' : '' }}${{ fmt(Math.abs(p.unrealizedPl)) }} ({{ p.unrealizedPlpc >= 0 ? '+' : '' }}{{ (p.unrealizedPlpc *
100).toFixed(2) }}%)