Updated: {{ formattedDate }}
{{ coin.name }}
{{ coin.symbol.toUpperCase() }}
${{ formatNumber(coin.current_price) }}
{{ coin.price_change_percentage_24h ? coin.price_change_percentage_24h.toFixed(2) + '%' : 'N/A' }}
Market Cap
${{ formatNumber(coin.market_cap) }}
Volume (24h)
${{ formatNumber(coin.total_volume) }}
ATH
${{ formatNumber(coin.ath) }}

BTC/USD Price Chart

Market Filters

${{ formatNumber(filters.marketCap[0]) }} ${{ formatNumber(filters.marketCap[1]) }}
${{ formatNumber(filters.volume[0]) }} ${{ formatNumber(filters.volume[1]) }}
{{ filters.priceChange[0] }}% {{ filters.priceChange[1] }}%

Volatility

Max: {{ filters.atr }}
Max: {{ filters.stdDev }}

Technical Indicators

# Coin Price 24h Market Cap Volume (24h) RSI (14) MACD ATR (14) Action
{{ index + 1 }}
{{ coin.name }}
{{ coin.symbol.toUpperCase() }}
${{ formatNumber(coin.current_price) }} {{ coin.price_change_percentage_24h ? coin.price_change_percentage_24h.toFixed(2) + '%' : 'N/A' }} ${{ formatNumber(coin.market_cap) }} ${{ formatNumber(coin.total_volume) }} {{ getRandomRsi().toFixed(2) }} {{ (Math.random() * 2 - 1).toFixed(4) }} {{ (Math.random() * 5).toFixed(2) }}
No coins match your filter criteria. Try adjusting your filters.

{{ analyzedCoin.name }} ({{ analyzedCoin.symbol.toUpperCase() }}) Technical Analysis

RSI (14)
{{ rsiValue.toFixed(2) }}
Status
{{ getRsiStatus(rsiValue) }}
Last Signal
{{ getRandomSignalDate() }}
MACD (12, 26, 9)
{{ macdValue.toFixed(4) }}
Signal
{{ macdValue > 0 ? 'Bullish' : 'Bearish' }}
Histogram
{{ histogramValue.toFixed(4) }}
Moving Averages
SMA (50)
${{ (analyzedCoin.current_price * (0.95 + Math.random() * 0.1)).toFixed(2) }}
SMA (200)
${{ (analyzedCoin.current_price * (0.9 + Math.random() * 0.15)).toFixed(2) }}
EMA (20)
${{ (analyzedCoin.current_price * (0.97 + Math.random() * 0.06)).toFixed(2) }}
Support & Resistance
Support 1
${{ (analyzedCoin.current_price * (0.93 + Math.random() * 0.04)).toFixed(2) }}
Support 2
${{ (analyzedCoin.current_price * (0.88 + Math.random() * 0.05)).toFixed(2) }}
Resistance 1
${{ (analyzedCoin.current_price * (1.05 + Math.random() * 0.04)).toFixed(2) }}
Resistance 2
${{ (analyzedCoin.current_price * (1.1 + Math.random() * 0.05)).toFixed(2) }}

No Coin Selected

Please select a coin from the screener to perform technical analysis.