ALL {{ allSignals.length }}
All Symbols {{ formatTime(getLastSignalTime()) }}
{{ symbol.replace('-', '') }} {{ getLastSignalForSymbol(symbol)?.text || 'NO SIGNAL' }}
Signal: {{ getSignalPriceDisplay(getLastSignalForSymbol(symbol)) }}
Current: {{ getCurrentPriceDisplay(symbol) }} {{ getPriceChangePercent(symbol) }}
{{ formatTime(getLastSignalForSymbol(symbol)?.time) }}
${{ simBalance.toFixed(0) }} {{ simTrades.length }}
{{ crosshairInfo.time }}
O: {{ crosshairInfo.open?.toFixed(2) }}
H: {{ crosshairInfo.high?.toFixed(2) }}
L: {{ crosshairInfo.low?.toFixed(2) }}
C: {{ crosshairInfo.close?.toFixed(2) }}
All Signals {{ recentSignals.length }} signals total
No signals available for {{ selectedSymbol === 'ALL' ? 'any symbol' : selectedSymbol.replace('-', '') }}
{{ signal.text }} {{ signal.symbol.replace('-', '') }}
{{ formatSignalDate(signal.time) }} {{ getSignalPrice(signal) }}