diff --git a/Core/ProfitTrailer/StrategyHelper.cs b/Core/ProfitTrailer/StrategyHelper.cs index 354cfe0..2c1d5d5 100644 --- a/Core/ProfitTrailer/StrategyHelper.cs +++ b/Core/ProfitTrailer/StrategyHelper.cs @@ -153,6 +153,9 @@ namespace Core.ProfitTrailer { case "rsi": case "stoch": case "stochrsi": + case "stochrsik": + case "stochrsid": + case "stochrsicross": case "macd": case "obv": case "bbwidth": @@ -201,6 +204,9 @@ namespace Core.ProfitTrailer { break; case "rsi": case "stochrsi": + case "stochrsik": + case "stochrsid": + case "stochrsicross": case "stoch": case "macd": case "obv":