From 8c920665c23f019ef199b73159822ce5f90afae0 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Sun, 19 Jul 2020 20:02:06 +0900 Subject: [PATCH] Added volume and rearranged PBL columns --- Monitor/Pages/_get/DashboardTop.cshtml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Monitor/Pages/_get/DashboardTop.cshtml b/Monitor/Pages/_get/DashboardTop.cshtml index a6f553e..0c0dec8 100644 --- a/Monitor/Pages/_get/DashboardTop.cshtml +++ b/Monitor/Pages/_get/DashboardTop.cshtml @@ -18,9 +18,10 @@ Market - 24H Trend + Ask + Volume + 24H Buy Strategies - Ask Price @@ -28,7 +29,6 @@ ThenByDescending(b => b.IsTrailing). ThenByDescending(b => b.IsTrue). ThenByDescending(b => b.TrueStrategyCount). - ThenByDescending(b => b.PercChange). Take(Model.PTMagicConfiguration.GeneralSettings.Monitor.MaxDashboardBuyEntries)) { @@ -59,13 +59,14 @@ } else { @buyLogEntry.Market } + @buyLogEntry.CurrentPrice.ToString("#,#0.00000000", new System.Globalization.CultureInfo("en-US")) + @string.Format("{0}", (buyLogEntry.Volume).ToString()) @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")) } @@ -82,18 +83,18 @@

Pairs / DCA / Pending (@Model.PTData.DCALog.Count)more

- @if (Model.PTData.DCALog.Count == 0) { - + @if (Model.PTData.DCALog.Count == 0) + {

Profit Trailer is not reporting any holdings on your exchange.

- - } else { - + } + else + {
- + @@ -111,6 +112,8 @@ mps = Model.Summary.MarketSummary[dcaLogEntry.Market]; } + // bool shorting = Model.PTProperties.Shorting; + bool dcaEnabled = true; if (mps != null) { dcaEnabled = mps.IsDCAEnabled;
Market24H24H Cost DCA