StudyQuant
StudyQuant
I have same problems in backtest mode. Sometimes ,it record. now it is not working
it doesn't work in my zipline 1.2.0, python 3.5 . since the perf variable has no 'minute_perf' key. ` try: perfs = [] self.get_generator() for perf in self.get_generator(): perfs.append(perf) #...
Dear imkoukou: thank you for your reply. My data setting and calendar setting is current. And now I have updated the zipline into 1.3.0 version. The panel like this: ```...
@imkoukou well, it works. However, I guess there are some error in algorithm file you provided. it shows this ... ``` File "C:\Anaconda3.5-64\lib\site-packages\zipline\algorithm.py", line 759, in run for perf in...