@page @model DashboardTopModel @{ Layout = null; }
Your Profit Trailer did not find anything worth buying so far.
} else {Market | 24H Trend | Buy Strategies | Ask Price | ||
---|---|---|---|---|---|
@buyLogEntry.Market | } else {@buyLogEntry.Market | }@string.Format("{0}%", (buyLogEntry.PercChange * 100).ToString("#,#0.00")) | @if (buyDisabled) {@Html.Raw(buyStrategyText) | } else {@Html.Raw(buyStrategyText) | }@buyLogEntry.CurrentPrice.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) |
@Model.PTMagicConfiguration.GeneralSettings.Monitor.MaxDashboardBuyEntries of @Model.PTData.BuyLog.Count items listed - View all items
} }Profit Trailer is not reporting any holdings on your exchange.
} else {Market | 24H Trend | Cost | DCA Buy Strats | Sell Strats | Target Profit | Profit | ||||
---|---|---|---|---|---|---|---|---|---|---|
@dcaLogEntry.Market | } else {@dcaLogEntry.Market | }@Html.Raw((dcaLogEntry.PercChange * 100).ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")))% | @Html.Raw(dcaLogEntry.TotalCost.ToString("#,#0.000000", new System.Globalization.CultureInfo("en-US"))) | @if (dcaEnabled) { @if (dcaLogEntry.BoughtTimes > 0) { @dcaLogEntry.BoughtTimes; } } else { } | @Html.Raw(buyStrategyText) | @Html.Raw(sellStrategyText) | @Html.Raw(dcaLogEntry.TargetGainValue.HasValue ? dcaLogEntry.TargetGainValue.Value.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")) + "%" : " ") | @if(!@lostValue) {@dcaLogEntry.ProfitPercent.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% | } else {No Value! | }Totals: | @Html.Raw(Model.TotalBagCost.ToString("#,#0.000000", new System.Globalization.CultureInfo("en-US"))) | @Html.Raw((((Model.TotalBagValue - Model.TotalBagCost) / Model.TotalBagCost) * 100).ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")))% |
@Model.PTMagicConfiguration.GeneralSettings.Monitor.MaxDashboardBagEntries of @Model.PTData.DCALog.Count items listed - View all items
} }