diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs index c307ca0..354cfe0 100644 --- a/Core/ProfitTrailer/StrategyHelper.cs +++ b/Core/ProfitTrailer/StrategyHelper.cs @@ -58,6 +58,15 @@ namespace Core.ProfitTrailer { case "stochrsi": result = "SRSI"; break; + case "stochrsik": + result = "SRSIK"; + break; + case "stochrsid": + result = "SRSID"; + break; + case "stochrsicross": + result = "SRSIC"; + break; case "macd": result = "MACD"; break;