diff --git a/CoinWatch.cs b/CoinWatch.cs index fd7cba4..97a64be 100644 --- a/CoinWatch.cs +++ b/CoinWatch.cs @@ -120,7 +120,7 @@ namespace SignalsTest // triggers += "Price dropped\n"; // } - if(reports[reports.Count-2].TWS > 0){ + if(reports[reports.Count-2].TWS > 1){ //Filter out weakest signal triggers += $"Three White Soldiers appeared"; }