{{ error }}
Loading data...

{{ collapsedSections.positions ? '▶' : '▼' }} Current Positions ({{ positions.length }})

Cash Invested
${{ formatNumber(totalDeposited) }}
Portfolio Value
${{ formatNumber(account.portfolioValue) }}
Overall P&L
{{ (account.portfolioValue - totalDeposited) >= 0 ? '+' : '' }}${{ formatNumber(account.portfolioValue - totalDeposited) }} ({{ totalDeposited > 0 ? (((account.portfolioValue - totalDeposited) / totalDeposited) * 100).toFixed(2) : '0.00' }}%)
Portfolio Risk
${{ formatNumber(portfolioRisk.totalRisk) }}
Call Risk
${{ formatNumber(portfolioRisk.callRisk) }}
Put Risk
${{ formatNumber(portfolioRisk.putRisk) }}
Stock On Hand
${{ formatNumber(portfolioRisk.equity) }}
Cash On Hand
${{ formatNumber(portfolioRisk.cash) }}
Total Collateral
${{ formatNumber(portfolioRisk.totalCollateral) }}
View Margin Details Click for details ›
Symbol Qty Avg Entry Re-entry Exit Value P&L P&L % Side Actions
{{ opp.icon }} {{ alert.icon }} -
{{ formatNumber(position.qty) }} ${{ formatNumber(position.avgEntryPrice) }} ${{ formatNumber(getReentryPrice(position)) }} - ${{ formatNumber(position.currentPrice) }} ${{ formatNumber(position.marketValue) }} ${{ formatNumber(position.unrealizedPl) }} {{ formatPercent(position.unrealizedPlpc) }}% {{ position.side }}
No positions available

{{ collapsedSections.orders ? '▶' : '▼' }} Recent Orders ({{ orders.length }})

{{ formatLastUpdated(ordersLastUpdated) }}
Time Symbol Side Type Qty Limit Filled Avg Price Status Action
{{ formatDate(order.createdAt) }} - {{ order.side }} {{ order.orderType }} {{ formatNumber(order.qty) }} {{ order.limitPrice ? '$' + formatNumber(order.limitPrice) : '-' }} {{ order.filledQty ? formatNumber(order.filledQty) : '-' }} {{ order.filledAvgPrice ? '$' + formatNumber(order.filledAvgPrice) : '-' }} {{ order.status || 'Unknown' }} -
No orders found. Click "Sync All Data" to fetch orders from Alpaca.

{{ collapsedSections.activities ? '▶' : '▼' }} Recent Activities ({{ activities.length }})

{{ formatLastUpdated(activitiesLastUpdated) }}
Date Type Symbol Side Qty Price Net Status
{{ formatDate(activity.date) }} {{ activity.activityType }} - {{ activity.side }} - {{ activity.qty ? formatNumber(activity.qty) : '-' }} {{ activity.price ? '$' + formatNumber(activity.price) : '-' }} {{ activity.netAmount ? '$' + formatNumber(activity.netAmount) : '-' }} {{ activity.orderStatus }} -
No activities available