@page @model DashboardBottomModel @{ Layout = null; } @section Styles { }
Unable to load graph, no sales data found.
}Unable to load graph, no market trend data found.
}Unable to load graph, no sales data found.
}Name | Markets | Timeframe | Threshold | Change | |
---|---|---|---|---|---|
@splitCamelCaseName | @marketCountString | @Core.Helper.SystemHelper.GetProperDurationTime(marketTrend.TrendMinutes * 60, false) | @if (marketTrend.TrendThreshold == 0) {-- | } else {@marketTrend.TrendThreshold % | }@trendChangeOutput % |
Sales | Profit @Model.PTData.Misc.Market | @if (futuresFunding) {Funding | }@Model.PTData.Properties.Currency | Gain | |
---|---|---|---|---|---|
Today | @overviewStats.SalesToday | @todaysProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @if (futuresFunding) {@todaysFunding.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | }@Html.Raw(todaysProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @todaysPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")) % |
Yesterday | @yesterdaysSales | @yesterdaysProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @if (futuresFunding) {@yesterdaysFunding.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | }@Html.Raw(yesterdaysProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @yesterdaysPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")) % |
7 Days | @last7DaysSales | @last7DaysProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @if (futuresFunding) {@last7DaysFunding.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | }@Html.Raw(last7DaysProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @last7DaysPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")) % |
@currentMonthName | @thisMonthSales | @thisMonthProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @if (futuresFunding) {@thisMonthFunding.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | }@Html.Raw(thisMonthProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @thisMonthPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")) % |
@previousMonthName | @lastMonthSales | @lastMonthProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @if (futuresFunding) {@lastMonthFunding.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | }@Html.Raw(lastMonthProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @lastMonthPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")) % |
Total | @totalSales | @totalProfit.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | @if (futuresFunding) {@totalFunding.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) | }@Html.Raw(totalProfitFiat.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))) | @totalPercentGain.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")) % |