Vertex Trader
Advanced Automated Trading Bot
{{ error }}
Login
Register
Email
Password
Processing...
{{ authMode === 'login' ? 'Sign In' : 'Create Account' }}
Total Account Value
${{ formatMoney(dashboardData?.total_value || 0) }}
Connect your Schwab account to start trading
Connecting...
Link Schwab Account
Accounts
{{ acct.type || 'Brokerage' }}
${{ formatMoney(getLiquidationValue(acct)) }}
#{{ formatAccount(acct.accountNumber) }}
{{ getAccountId(acct) === selectedHash ? 'Active' : 'Select' }}
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
Unlink Account
Sign Out