TWS filter the weakest

This commit is contained in:
warlock 2025-01-12 15:23:38 +00:00
parent 2a07769ba2
commit b2e805998a

View File

@ -120,7 +120,7 @@ namespace SignalsTest
// triggers += "Price dropped\n"; // 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"; triggers += $"Three White Soldiers appeared";
} }