strategy shorcut min/max change perc

This commit is contained in:
HojouFotytu 2019-03-21 23:07:10 +09:00
parent 8d6b09ee00
commit 98bea320be
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ namespace Core.ProfitTrailer
case "rebuy timeout":
result = "TIMEOUT";
break;
case "min/max change perc":
result = "MIN/MAX";
break;
default:
break;
}