fix for STATS being parsed
This commit is contained in:
parent
d8130e5d17
commit
21c85c5c56
|
@ -601,7 +601,7 @@ namespace Core.ProfitTrailer
|
||||||
else if (strategy.Name.Contains("STATS"))
|
else if (strategy.Name.Contains("STATS"))
|
||||||
// avoid parsing advanced buy stats
|
// avoid parsing advanced buy stats
|
||||||
{
|
{
|
||||||
strategyText += "";
|
strategy.Name = "";
|
||||||
}
|
}
|
||||||
else if (strategy.Name.Contains("FORMULA"))
|
else if (strategy.Name.Contains("FORMULA"))
|
||||||
// Parse Various PT Formulas
|
// Parse Various PT Formulas
|
||||||
|
|
Loading…
Reference in New Issue