From 24882fcb14b43473cc0bacefa4b7cdd7d36eeea9 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Tue, 7 Jan 2025 13:36:47 +0530 Subject: [PATCH] st counter accident --- SignalsTestCmd/CoinWatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalsTestCmd/CoinWatch.cs b/SignalsTestCmd/CoinWatch.cs index 19e4d19..7c9b571 100644 --- a/SignalsTestCmd/CoinWatch.cs +++ b/SignalsTestCmd/CoinWatch.cs @@ -100,7 +100,7 @@ namespace SignalsTest // Console.WriteLine(reports[reports.Count-1].toJson()); bool isStSwitch=false; - for(int i=0; i< 30; i++){ + for(int i=0; i< 2; i++){ bool _isStSwitch = reports[reports.Count-1-i].STUp != reports[reports.Count-i-2].STUp; if(_isStSwitch){