diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs index 285c89c..54e3c59 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, "NODCA"); + 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!
-