new PT strategy icons part 2

This commit is contained in:
HojouFotytu 2019-01-24 21:09:45 +09:00
parent 6abd6e32a5
commit 50c91f4ce8
1 changed files with 5 additions and 1 deletions

View File

@ -40,8 +40,10 @@ namespace Core.ProfitTrailer
break; break;
case "emagain": case "emagain":
result = "EG"; result = "EG";
break;
case "hmagain": case "hmagain":
result = "EG"; result = "EG";
break;
case "dmagain": case "dmagain":
result = "EG"; result = "EG";
break; break;
@ -53,8 +55,10 @@ namespace Core.ProfitTrailer
break; break;
case "hmaspread": case "hmaspread":
result = "ES"; result = "ES";
break;
case "dmaspread": case "dmaspread":
result = "ES"; result = "ES";
break;
case "smacross": case "smacross":
result = "SC"; result = "SC";
break; break;
@ -93,7 +97,7 @@ namespace Core.ProfitTrailer
break; break;
case "bbwidth": case "bbwidth":
result = "BBW"; result = "BBW";
break break;
case "pdhigh": case "pdhigh":
result = "PDH"; result = "PDH";
break; break;