TWS filter the weakest
This commit is contained in:
parent
2a07769ba2
commit
b2e805998a
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user