Strategies update part 2...

This commit is contained in:
JackONeill12 2018-12-01 18:06:14 +01:00
parent 113768b9f1
commit 069ea7a351
1 changed files with 6 additions and 0 deletions

View File

@ -153,6 +153,9 @@ namespace Core.ProfitTrailer {
case "rsi": case "rsi":
case "stoch": case "stoch":
case "stochrsi": case "stochrsi":
case "stochrsik":
case "stochrsid":
case "stochrsicross":
case "macd": case "macd":
case "obv": case "obv":
case "bbwidth": case "bbwidth":
@ -201,6 +204,9 @@ namespace Core.ProfitTrailer {
break; break;
case "rsi": case "rsi":
case "stochrsi": case "stochrsi":
case "stochrsik":
case "stochrsid":
case "stochrsicross":
case "stoch": case "stoch":
case "macd": case "macd":
case "obv": case "obv":