diff --git a/Monitor/Pages/BagAnalyzer.cshtml b/Monitor/Pages/BagAnalyzer.cshtml index 6cb086f..4095e66 100644 --- a/Monitor/Pages/BagAnalyzer.cshtml +++ b/Monitor/Pages/BagAnalyzer.cshtml @@ -28,6 +28,7 @@ Market + Trend Amount Value DCA diff --git a/Monitor/Pages/_get/BagList.cshtml b/Monitor/Pages/_get/BagList.cshtml index 8c86396..4544586 100644 --- a/Monitor/Pages/_get/BagList.cshtml +++ b/Monitor/Pages/_get/BagList.cshtml @@ -89,6 +89,9 @@ @dcaLogEntry.Market } + // Trend + @Html.Raw(dcaLogEntry.PercChange.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")))% + // Amount @Html.Raw(@dcaLogEntry.Amount) diff --git a/Monitor/Pages/_get/DashboardTop.cshtml b/Monitor/Pages/_get/DashboardTop.cshtml index 2a49487..6d4c9cd 100644 --- a/Monitor/Pages/_get/DashboardTop.cshtml +++ b/Monitor/Pages/_get/DashboardTop.cshtml @@ -88,11 +88,12 @@

Your Profit Trailer did not buy anything so far that's worth analyzing.

} else { - + - + + @@ -154,6 +155,8 @@ } + + - @if (buyDisabled) { - - } else { - - } + + - @if(!@lostValue) {
MarketMarket24H Trend Value DCA Buy Strats@dcaLogEntry.Market @Html.Raw(dcaLogEntry.PercChange.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US")))%@Html.Raw(dcaLogEntry.TotalCost.ToString("#,#0.000000", new System.Globalization.CultureInfo("en-US"))) @@ -166,14 +169,10 @@ } @Html.Raw(buyStrategyText)@Html.Raw(buyStrategyText)@Html.Raw(buyStrategyText)@Html.Raw(sellStrategyText)@dcaLogEntry.ProfitPercent.ToString("#,#0.00", new System.Globalization.CultureInfo("en-US"))%