From 98bea320be932431544db2c52ac1bbfed500e173 Mon Sep 17 00:00:00 2001 From: HojouFotytu <36724681+HojouFotytu@users.noreply.github.com> Date: Thu, 21 Mar 2019 23:07:10 +0900 Subject: [PATCH] strategy shorcut min/max change perc --- Core/ProfitTrailer/StrategyHelper.cs | 3 +++ 1 file changed, 3 insertions(+) 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; }