{{ formatPrice(currentPrice) }}
1 USD = RM {{ formatMYRRate(exchangeRate) }} • {{ formatLastUpdate(exchangeRateLastUpdate) }}
CALCULATION RESULTS
Average Buy Price
{{ formatPrice(calculations.avgPrice) }}
Total Invested
${{ formatUSDT(calculations.totalUsdtSpent, 2) }}
Including ${{ formatUSDT(calculations.totalBuyFeeUSDT, 2) }} Fee
{{ selectedCoin }} Acquired ₿{{ calculations.totalCoinsAcquired.toFixed(8) }}
Target Selling Price
{{ formatPrice(sellPrice || 0) }}
- ${{ formatUSDT(calculations.sellFeeUSDT, 2) }} Fee
Net USDT
${{ formatUSDT(calculations.finalUSDT, 2) }}
- ${{ formatUSDT(calculations.totalUsdtSpent, 2) }} Invested
Net Profit
{{ calculations.profitUSDT >= 0 ? '+' : '' }}${{ formatUSDT(calculations.profitUSDT, 2) }}
{{ calculations.profitUSDT >= 0 ? '+' : '' }}RM {{ formatMYR(calculations.profitUSDT, 2) }}
{{ calculations.profitUSDT >= 0 ? '+' : '' }}{{ calculations.profitPercent.toFixed(2) }}%
PROFIT CHART
Market Pressure (Real-time)
Buy {{ buyPressure.toFixed(1) }}%
Sell {{ sellPressure.toFixed(1) }}%
BUY ORDERS
Real-time Price
Buy Fee {{ buyFeePercent }}%
USDT Invested ${{ formatUSDT(entry.usdt) }}
Buy Fee ({{ buyFeePercent }}%) -${{ formatUSDT(entry.calculatedFee) }}
{{ selectedCoin }} Before Fee {{ entry.calculatedCoins.toFixed(8) }}
{{ selectedCoin }} After Fee {{ entry.calculatedCoinsAfterFee.toFixed(8) }}
Buy Orders Summary
Total USDT Invested ${{ formatUSDT(calculations.totalUsdtSpent) }}
Total Buy Fees -${{ formatUSDT(calculations.totalBuyFeeUSDT) }}
Fee in MYR -RM {{ formatMYR(calculations.totalBuyFeeUSDT) }}
Average Buy Price {{ formatPrice(calculations.avgPrice) }}
Total {{ selectedCoin }} Acquired {{ calculations.totalCoinsAcquired.toFixed(8) }}
Active Orders {{ buyEntries.filter(e => parseFloat(e.usdt) > 0).length }}
Total Investment (MYR) RM {{ formatMYR(calculations.totalUsdtSpent) }}
Cost Per {{ selectedCoin }} {{ formatPrice(calculations.avgPrice) }}
SELL ORDER
Real-time Price
Sell Fee {{ sellFeePercent }}%
Sell Order Details
{{ selectedCoin }} to Sell {{ calculations.totalCoinsAcquired.toFixed(8) }}
Sell Price {{ formatPrice(sellPrice) }}
Gross USDT ${{ formatUSDT(calculations.coinOnHandSellValue) }}
Sell Fee ({{ sellFeePercent }}%) -${{ formatUSDT(calculations.sellFeeUSDT) }}
Fee in MYR -RM {{ formatMYR(calculations.sellFeeUSDT) }}
Net USDT After Sell
${{ formatUSDT(calculations.finalUSDT) }}
RM {{ formatMYR(calculations.finalUSDT) }}
CRYPTOCURRENCY
Selected Coin
TRADING FEES
Buy Fee {{ buyFeePercent }}%
Sell Fee {{ sellFeePercent }}%
AVAILABLE FUNDS
Available USDT ${{ formatUSDT(availableUSDT, 2) }}
Used when no specific buy amounts are entered
PRICE ALERTS
Alert Threshold ${{ priceThreshold }}
Get notified when price crosses multiples of this amount
CURRENCY
Exchange Rate 1 USD = RM {{ formatMYRRate(exchangeRate) }}
Last updated: {{ formatLastUpdate(exchangeRateLastUpdate) }}
DATA

Share Configuration

Scan this code to import configuration

Scan QR Code

{{ scannerStatus }}