From b6f915f2cca06cc4ff3ed8e13d328bf79e5b0fb7 Mon Sep 17 00:00:00 2001 From: Sewmina Date: Sat, 18 Jan 2025 22:55:14 +0530 Subject: [PATCH] limit candle amount --- CoinWatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoinWatch.cs b/CoinWatch.cs index f228215..188948b 100644 --- a/CoinWatch.cs +++ b/CoinWatch.cs @@ -120,7 +120,7 @@ namespace SignalsTest decimal min = 100000000; decimal maxVol = 0; - + if(candles.Count < 100){return;} for (int i = 0; i < candles.Count; i++) {