Nicolagg / Kline-Data-Fetching

This repository contains Jupyter Notebooks for fetching candlestick (Kline) data from multiple crypto exchanges like Bybit, KuCoin, and Binance. These tools help traders, analysts, and developers easily retrieve and analyze historical trading data for market analysis and strategy development.
2 stars 0 forks source link

bybit not found #1

Open fckup opened 1 month ago

fckup commented 1 month ago

when i click on the link for bybit it says error not found?

fckup commented 1 month ago

Hey thanks for the quick reply... im attempting to backtest strategies but i keep hitting hurdles with the bybit data.. im using freqtrade, any clues? Thank you--Sent with mail.com Mail appOn 27/10/24, 10:31 Tao546127REP @.***> wrote:

when i click on the link for bybit it says error not found?

Hey @fckup That’s annoying! If you’re getting an "error not found" message when clicking the link for Bybit, it could be a broken link or the page might have been removed. Try checking the official Bybit website directly or see if they have any updates on their social media. Sometimes they post about maintenance or changes that could affect access. Let me know if you need help finding anything!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

Nicolagg commented 1 month ago

when i click on the link for bybit it says error not found?

Hi,

I had started creating this directory, but I haven’t uploaded all the files yet. I just uploaded the file for Bybit since I see there’s some interest.

fckup commented 3 weeks ago

thanks heaps, im in the deep end learning a whole new world still, this is bybit spot or futures? where do you store the collected data?

thanks heaps :)

Nicolagg commented 1 week ago

you can change the category in the first cell between spot and future (Perpetuals)

category = 'linear' # linear = Perpetuals, spot = spot

with this code it only saves the data in parquet files in a chosen directory

Folder for saving data or updating data folder = 'Bybit_Kline_Data'

I have another code that streams the data and saves it in an InfluxDB database but I haven't published the code yet lately I've been very busy with other things and haven't had much time to code

have you managed to use the code?