Merge pull request #56 from notatestuser/patch-1

Allow signal strategy
This commit is contained in:
HojouFotytu 2019-02-16 17:53:51 +09:00 committed by GitHub
commit aff5a15403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -197,6 +197,7 @@ namespace Core.ProfitTrailer
case "dema":
case "hma":
case "pdhigh":
case "signal":
result = true;
break;
default: