Vertex Trader

Advanced Automated Trading Bot

{{ error }}

Total Account Value

${{ formatMoney(dashboardData?.total_value || 0) }}

Connect your Schwab account to start trading

Accounts

{{ acct.type || 'Brokerage' }} ${{ formatMoney(getLiquidationValue(acct)) }}
#{{ formatAccount(acct.accountNumber) }}

Positions

{{ pos.instrument.symbol }}
{{ pos.longQuantity || 0 }} shares @ ${{ pos.averagePrice }}
${{ formatMoney(pos.marketValue) }}
{{ pos.currentDayProfitLoss >= 0 ? '+' : '' }}${{ formatMoney(pos.currentDayProfitLoss) }}
No open positions

Recent Orders

{{ order.orderLegCollection?.[0]?.instrument?.symbol || 'UNK' }} {{ getOrderAction(order) }}
{{ formatDate(order.enteredTime) }}
{{ getOrderQuantity(order) }} avg
{{ order.status }}
No recent orders