Belum ada data source. Sync {{ item_label|lower }} untuk auto-detect.
{% endif %}Tidak ada data OHLCV untuk timeframe ini
Sync {{ item_label|lower }} terlebih dahulu untuk mengunduh data harga
| Exchange | Pair | Price | Volume | Spread | Trust |
|---|---|---|---|---|---|
| {{ t.market_name }} | {{ t.pair }} | {% set tp = '$ ' if coin.asset_type == 'stock_us' else 'Rp ' %}{{ (tp ~ (t.price_idr|float|price)) if t.price_idr else '-' }} | {{ (tp ~ (t.volume_idr|float|idr)) if t.volume_idr else '-' }} | {{ ((t.spread_pct|float|num3) ~ '%') if t.spread_pct else '-' }} | {% if t.trust_score == 'green' %} {% elif t.trust_score == 'yellow' %} {% else %} {% endif %} |
{{ coin.description[:500] }}