Allow signal strategy

This commit is contained in:
Luke Plaster 2019-02-16 04:26:37 +08:00 committed by GitHub
parent d161c11a3a
commit efadf45a33
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:
@ -458,4 +459,4 @@ namespace Core.ProfitTrailer
return result;
}
}
}
}