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
Profit Trailer is not reporting any holdings on your exchange.
- - } else { - + } + else + {Market | -24H | +24H | Cost | DCA | @@ -111,6 +112,8 @@ mps = Model.Summary.MarketSummary[dcaLogEntry.Market]; } + // bool shorting = Model.PTProperties.Shorting; + bool dcaEnabled = true; if (mps != null) { dcaEnabled = mps.IsDCAEnabled;
---|