From eab93ebdf80496df7c0f5ddc567c4adc0ea8bfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Wed, 4 Dec 2024 16:41:23 -0300 Subject: [PATCH] added bybit --- 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 e706da4..8fb368b 100644 --- a/utils/fetch_pair_volatility.py +++ b/utils/fetch_pair_volatility.py @@ -148,7 +148,7 @@ def fetch_data(broker: str, pair_list: list, timeframe: str, samples: int): if __name__=="__main__": threads = [] - exchanges = ["binance","gateio","kucoin","okx"] + exchanges = ["binance","gateio","kucoin","okx","bybit"] pair_list = [] volatilities = {item:{} for item in exchanges} exchange_list = [item for item in volatilities]