Merge pull request #590 from JackONeill12/master

Strategies Update
This commit is contained in:
HojouFotytu 2018-12-02 01:58:58 +09:00 committed by GitHub
commit 6052ff72ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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;