added bybit

This commit is contained in:
Nicolás Sánchez 2024-12-04 16:41:23 -03:00
parent 5e7fd37a86
commit eab93ebdf8
1 changed files with 1 additions and 1 deletions

View File

@ -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]