{{ currentSymbolDisplay }} Signal
Newest
Top Cryptos
All
All Symbols
{{ symbol.replace('-', '') }}
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) }}
{{ tf }}
Signal Reversal
Signal Following
Buy Only Strategy
Sell Only Strategy
Simulate Trade
Sim
${{ 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) }}
{{ signalsPanelVisible ? 'Hide' : 'Show' }} Signals
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) }}