From 8166ffc82f3eef09a84a7032aa631a0f88241bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Tue, 5 Nov 2024 18:01:05 -0300 Subject: [PATCH] modified wait time --- utils/fetch_pair_volatility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fetch_pair_volatility.py b/utils/fetch_pair_volatility.py index 73f5dce..9dd0681 100644 --- a/utils/fetch_pair_volatility.py +++ b/utils/fetch_pair_volatility.py @@ -109,7 +109,7 @@ def fetch_data(broker: str, pair_list: list, timeframe: str, samples: int): global volatilities - wait_time = .25 #Sleep time between requests + wait_time = .5 #Sleep time between requests index = 0 exchange = getattr(ccxt, broker)