Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Is it possible to use custom indicators with Quantopian and store and download indicator values?

Hello,
I'm new to Quantopian, but been trading since 2007. In my discretionary trading I use swing values as one of my inputs. I do these calculations in Excel today and would like to know if this can be automated with help of this indicator (https://github.com/jbn/ZigZag) and Quantopian?

1 response

I don't think numba is available on Quantopian, but skimming over https://github.com/jbn/ZigZag/blob/master/zigzag/__init__.py it appears you might be able to just paste the code into Quantopian without the speed-up and give it a try.

I'd recommend requesting access to the research platform, which reportedly will be granted quickly if you enter an algo in the contest. In the research platform, you should be able to reproduce the notebook https://github.com/jbn/ZigZag/blob/master/zigzag_demo.ipynb (with a few modifications).