-
Notifications
You must be signed in to change notification settings - Fork 726
Did somebody forked this dead project or want to create a fork? #559
Comments
it will be great if someone can help to maintain the data. I can help on the data collection and storage. |
I think @brandsimon is right with his comment in Its a huge project with a lot legacy stuff from the stock market. I have created a Telegram Group: https://t.me/joinchat/BohjsBS4_AIGBh5LTg80uQ Let's discuss a solution there. Everyone who want's to participate is invited(just use the invite link). |
@avolution |
@brandsimon awesome thx! |
@brandsimon would be great when you also join the Telegram group |
@duanrb I did some work on data ingestion and storage using ccxt a while ago - what is your progress on data collection? had been planning to smash and grab the catalyst exchange data for a while now but never got around to it |
@aduriseti I collected daily and minute-level data from bitfinex. Although I can ingest the data after some modification on the catalyst, I still cannot run my strategy codes. Always get errors like this: catalyst.exchange.exchange_errors.PricingDataNotLoadedError: Missing data for bitfinex btc_usd in date range [2019-08-28 16:00:00+00:00 - 2019-08-31 23:59:00+00:00] Probably the data was not ingested in the correct way. What I did is only change exchange_bundle.py from Any ideas? thanks a lot. |
@duanrb Not sure about ingesting csv data into catalyst. Is there a reason you dont use the default data reader classes? I guess b/c the project is dead theres no guarantee how long the data will be still available. Apparently one of the former users of this library is crafting a replacement library - here is a telegram group link where you can monitor progress: https://t.me/joinchat/BohjsBS4_AIGBh5LTg80uQ |
@aduriseti there are some missing data for bitfinex, and these missing days caused exception like this:
|
Thanks. Are you creating a new repo, or will you be using this repo? Let me know if you need help. |
Has anyone had any further thoughts about this? I'm not really a python person - at all - but even to pass through installation I've had to make a few amends. I have a working Docker Image now though - available via Github or Docker Hub. I did fork it too, just to see whether Travis would throw up any issues if I attempted a build again now; and unfortunately the build didn't pass. Combined with the gaps in the historic data for backtesting, this is super annoying. I also agree with @avolution - the data resolution of one candle per minute isn't great, especially considering a lot of the exchanges I've looked at recently have real time streaming over websockets at a greater resolution. |
@magick93 |
Seems that this project is really dead now
The TravisCI is down (check it out here -> https://travis-ci.com/enigmampc/catalyst)
and there is no price data after the 2019-07-22
Did somebody created a maintained fork already?
If not lets discuss how to organize that.
The text was updated successfully, but these errors were encountered: