From d0e6c7f6e032c8a5e24a4e6ca54076ec2a59910d Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Sat, 9 Nov 2019 23:46:35 +0900 Subject: [PATCH 1/3] Analyzer Settings GUI fix --- Core/ProfitTrailer/StrategyHelper.cs | 3 + Monitor/Pages/SettingsAnalyzer.cshtml | 170 ++++++++++---------------- 2 files changed, 68 insertions(+), 105 deletions(-) diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs index 285c89c..2ababbd 100644 --- a/Core/ProfitTrailer/StrategyHelper.cs +++ b/Core/ProfitTrailer/StrategyHelper.cs @@ -420,6 +420,9 @@ namespace Core.ProfitTrailer case "ignoring buy trigger": result = String.Concat(strategyLetter, "TRIG"); break; + case "no dca buy logic": + result = String.Concat(strategyLetter, "NO DCA"); + break; default: break; } diff --git a/Monitor/Pages/SettingsAnalyzer.cshtml b/Monitor/Pages/SettingsAnalyzer.cshtml index 7c20569..89410c8 100644 --- a/Monitor/Pages/SettingsAnalyzer.cshtml +++ b/Monitor/Pages/SettingsAnalyzer.cshtml @@ -13,17 +13,17 @@
- In this area you may change the settings of your settings.analyzer.json file. Please use this with caution as all settings you saved here will directly affect your PT Magic bot.
+ In this area you may change the settings of your settings.analyzer.json file.
Please use this with caution as all settings you saved here will directly affect your PT Magic bot.
Please note: When you save your settings using this interface, all existing comments will be removed from your settings.analyzer.json!
+NOTICE: When you save your settings using this interface, any existing comments will be removed from your settings.analyzer.json!
You messed up your settings?
Restore your backup!
@@ -34,7 +34,7 @@
- Found some settings somewhere?
Upload them!
-