From b2e805998a2e8bbedcda97cf19772bd0db691e64 Mon Sep 17 00:00:00 2001 From: warlock Date: Sun, 12 Jan 2025 15:23:38 +0000 Subject: [PATCH] TWS filter the weakest --- CoinWatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }