Samuel Monnier
Samuel Monnier
@lenak25 I'm ingesting the whole bundle. When ingesting single pairs, the errors above are less likely to occur, just because the ingestion takes less time, but they do occur as...
Does this help? https://forum.catalystcrypto.io/t/a-shot-at-pyfolio/89
It seems to me that this is not a bug, but a feature. It is not realistic to expect that you can observe a price, place an order and fill...
Actually, my installation of Catalyst already has a directory `catalyst/utils`, filled with files inherited from zipline, I presume. I'll add a research.py file there.
Ah sorry for the confusion. Now I see my catalyst folder is a bit weird, many of the folders in `catalyst/catalyst/` are duplicated in `catalyst/`... That's probably not normal. So...
Ok. I still have a problem. I added `research.py` to `catalyst/catalyst/utils` but I can't import it. `dir(catalyst.utils)` doesn't show the new file as a submodule. Do I need to specify...
Thanks for the tips. Yes, I also thought this should work, but it doesn't... Using a new `research` directory doesn't allow imports either. Does Catalyst need to be reinstalled with...
Ah maybe that's the problem. When I try to run this command I get a gcc error, `gcc: error: unrecognized command line option '-mno-cygwin'`. Reinstalling gcc doesn't help. I'll look...
Hi @lenak25 Installing Catalyst and making everything work has been a big pain and I don't really feel like starting again, unless I'm absolutely sure this is the source of...
Ok, I created a pull request to include the class in the Catalyst codebase. If you're in a hurry and want to use it right now, here is the code:...