${{ simBalance.toFixed(0) }} {{ simTrades.length }}
📏 Measurement
Start: {{ formatPrice(measurementInfo.startPrice) }}
End: {{ formatPrice(measurementInfo.endPrice) }}
Change: {{ formatPrice(Math.abs(measurementInfo.change)) }}
{{ measurementInfo.percent >= 0 ? '+' : '' }}{{ measurementInfo.percent.toFixed(2) }}%
Bars: {{ measurementInfo.bars }}
{{ 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) }}