diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs index f7640a2..bf1b881 100644 --- a/Core/ProfitTrailer/StrategyHelper.cs +++ b/Core/ProfitTrailer/StrategyHelper.cs @@ -143,6 +143,9 @@ namespace Core.ProfitTrailer case "rebuy timeout": result = "TIMEOUT"; break; + case "min/max change perc": + result = "MIN/MAX"; + break; default: break; }