Samuel Monnier
Samuel Monnier
Extracting the price data for research purpose is currently rather cumbersome and very slow, requiring to run a backtest. I wrote two functions that simply read the bcolz data and...
Here is a class to access the catalyst OHLCV data directly, as described in #504. It also computes the volume in the quote currency.
Hi, I'm using Catalyst 0.5.17. My algorithm crashed with the following traceback: ``` Traceback (most recent call last): File "algo.py", line 1109, in simulate_orders=PAPER_TRADE, File "/home/user/miniconda3/envs/catalyst/lib/python3.6/site-packages/catalyst/utils/run_algo.py", line 596, in run_algorithm...
Dear Catalyst Maintainers, Before I tell you about my issue, let me describe my environment: # Environment * Operating System: Windows 7 * Python Version: 3.6.2 * Python Bitness: 64...
Hi, Sorry for the issue spamming... Check [this issue](https://github.com/enigmampc/catalyst/issues/307) for my configuration. I have noticed that my algorithms tend to increase their CPU and memory use little by little until...