# | 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. |
Please select a coin from the screener to perform technical analysis.