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) }}%
Calculation Results
Average Buying 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 Pressure
{{ buyPressure.toFixed(1) }}%
Sell Pressure
{{ 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) }}
Buy Orders
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
USDT Details
Total Invested
${{ formatUSDT(calculations.totalUsdtSpent) }}
Total Fees
-${{ formatUSDT(calculations.totalBuyFeeUSDT) }}
Fees in MYR
-RM {{ formatMYR(calculations.totalBuyFeeUSDT) }}
Price Info
Average Buy Price
{{ formatPrice(calculations.avgPrice) }}
Active Orders
{{ buyEntries.filter(e => parseFloat(e.usdt) > 0).length }}
Total Investment (MYR)
RM {{ formatMYR(calculations.totalUsdtSpent) }}
{{ selectedCoin }} Acquired
Total {{ selectedCoin }}
{{ calculations.totalCoinsAcquired.toFixed(8) }}
Before Fees
{{ calculations.totalCoinsBeforeFee.toFixed(8) }}
Cost Per {{ selectedCoin }}
{{ formatPrice(calculations.avgPrice) }}
Effective Cost
${{ formatUSDT(calculations.totalUsdtSpent) }}
RM {{ formatMYR(calculations.totalUsdtSpent) }}
{{ selectedCoin }} Holdings
{{ calculations.totalCoinsAcquired.toFixed(8) }}
@ {{ 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) }}
Sell Order
Sell Fee: {{ sellFeePercent }}%
Sell Order Summary
Holdings
{{ selectedCoin }} to Sell
{{ calculations.totalCoinsAcquired.toFixed(8) }}
Sell Price
{{ formatPrice(sellPrice) }}
USDT Details
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
Cryptocurrency
Trading Fees
Current: {{ buyFeePercent }}%
Current: {{ sellFeePercent }}%
Available Funds
Used when no specific buy amounts are entered. Current: ${{ formatUSDT(availableUSDT, 2) }}
Price Alerts
Get notified when price crosses multiples of ${{ priceThreshold }}
Currency
Exchange Rate
1 USD = RM {{ formatMYRRate(exchangeRate) }}
Last updated:
{{ formatLastUpdate(exchangeRateLastUpdate) }}