How does COMSA Profit Calculator Works?
This COMSA Profit Calculator uses a simple mathematical principal to calculate the ROI of COMSA. It fetches the historical COMSA price from the database and compares with current COMSA Price and calculate the profit or loss made on it.
It does this simple calculation get the amount COMSA you would have got by investing x$'s on that day ($x/price of COMSA). Now it calculates the current price of that amount in USD (current COMSA price * amount of COMSA purchased in past). Now the return on investment (ROI) is calculated by dividing amount in USD today by amount invested and multiplying it by 100.
Mathmetical logic behind the same:
$invested_USD = USD invested in past date;
$historical_CMS_price = Price of CMS in past date;
$quantity_CMS = Quantity of CMS in past = $amount invested / $price_on_that_day;
$price_CMS = Current price of CMS;
$USD_today = ($price_CMS * $quantity_CMS) - $invested_USD;
$ROI = ($USD_today/$invested_USD)*100;
And if you want to check future price of COMSA you can check it here: COMSA Price Prediction. This predictions are based on various algorithms applied on the historical price of the COMSA.
If you have any query regarding the above calculator you can comment it in comment box below.