--- title: Crypto Dashboard page-header: Crypto Dashboard page-menu: dashboards.crypto page-libs: [apexcharts] layout: default permalink: dashboard-crypto.html --- {% assign btc = crypto-currencies | where: "symbol", "BTC" | first %} {% assign ltc = crypto-currencies | where: "symbol", "LTC" | first %} {% assign eth = crypto-currencies | where: "symbol", "ETH" | first %} {% assign xmr = crypto-currencies | where: "symbol", "XMR" | first %} {% assign btc_balance = 2.30 %} {% assign btc_price_num = btc.price | remove: "$" | remove: "," | plus: 0 %} {% assign total_usd_raw = btc_price_num | times: btc_balance %} {% assign ltc_price_num = ltc.price | remove: "$" | remove: "," | plus: 0 %} {% assign eth_price_num = eth.price | remove: "$" | remove: "," | plus: 0 %} {% assign xmr_price_num = xmr.price | remove: "$" | remove: "," | plus: 0 %} {% assign ltc_btc = ltc_price_num | divided_by: btc_price_num %} {% assign eth_btc = eth_price_num | divided_by: btc_price_num %} {% assign xmr_btc = xmr_price_num | divided_by: btc_price_num %}
| {% include "ui/switch-icon.html" icon="star" icon-b-color="yellow" variant="slide-up" %} | Coin | Price | Volume | Change |
|---|---|---|---|---|
| {% include "ui/switch-icon.html" icon="star" icon-b-color="yellow" variant="slide-up" %} | {{ market.coin }} | {{ market.price }} | {{ market.volume }} | {% include "ui/trending.html" value=market.change %} |
Place new order:
The final amount could change depending on current market conditions.
| Price | BTC | Sum(BTC) |
|---|---|---|
| {{ order.price }} | {{ order.btc }} | {{ order.sum }} |
| Price | BTC | Sum(BTC) |
|---|---|---|
| {{ order.price }} | {{ order.btc }} | {{ order.sum }} |