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
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;
---|