Dante-Berth / image_trading_prediciton_btc

Interpretable image-based deep learning for price trend prediction in BTC/USDT
GNU General Public License v3.0
2 stars 0 forks source link

Hey Man, How do you get the data? #1

Open Chi-Xin opened 7 months ago

Dante-Berth commented 7 months ago

Hello, Chi-Xin data from cryptocurrencies are easy to get, for instance, you can use CCXT a Python framework which allows you to get OHLCV from multiple crypto exchanges. I push on a repo my code how to get data from exchanges thanks to CCXT. For more details : https://github.com/ccxt/ccxt Have a nice day !

Chi-Xin commented 7 months ago

Thanks! And BTW, how does the model perform on BTC prediction?

Dante-Berth commented 7 months ago

I am implementing , thus i do not know yet, i will create the model and train it. Keep an eye on the repo, new features will be added sonn !