Hi I am new to Quantipian and python programming.
I have used Stratasearch for some time, but wondered if I could try and translate a profitable system that I use. Can anyone help.
Bottom line, it is based upon the standard deviation of a stock relative (above its 200 day MA) to it's own underlying index, and filtered with bollinger band and Williams%R with entry when the z-score is lower than -2 and exit signal when z-score is greater than -1. Other exit is trade is greater than 20 days.
It has a similar effect like bollinger band when it deviates outside the top or lower bands, but I find it much more violent to snap back in line with the underlying index using this approach
I don't know much about Python - but below is my Statasearch.
here Can anyone see how this runs on Quantopian?
Thank you!