@page @model DashboardBottomModel @{ Layout = null; }
Sales | Profit @Model.Summary.MainMarket | Profit @Model.Summary.MainFiatCurrency | % Gain | |
---|---|---|---|---|
Today | @Model.PTData.SellLogToday.Count | @todaysProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @Html.Raw(Model.MainFiatCurrencySymbol + todaysProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @todaysPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% |
Yesterday | @Model.PTData.SellLogYesterday.Count | @yesterdaysProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @Html.Raw(Model.MainFiatCurrencySymbol + yesterdaysProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @yesterdaysPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% |
Last 7 Days | @Model.PTData.SellLogLast7Days.Count | @last7DaysProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @Html.Raw(Model.MainFiatCurrencySymbol + last7DaysProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @last7DaysPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))% |
Total | @Model.PTData.SellLog.Count | @totalProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @Html.Raw(Model.MainFiatCurrencySymbol + totalProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @Html.Raw(percentGainText) |
Name | Markets | Timeframe | Change |
---|---|---|---|
@Core.Helper.SystemHelper.SplitCamelCase(marketTrend.Name) | @marketCountString | @Core.Helper.SystemHelper.GetProperDurationTime(marketTrend.TrendMinutes * 60, false) | @trendChangeOutput% |
Not able to load graph, no sales data found.
If you still do not see a graph after you made your first sale, report an issue.
Not able to load graph, no market trend data found.
If you still do not see a graph after more than hour, report an issue.