Hi all! I'm new to Quantopian but am fascinated by its potential. I'm using a momentum based strategy for stocks, but don't have a clue on how to start scripting an algo for it. The strat is based on Klein's strat from stockcharts. It has simple rules:
- Stock has a SCTR > 90
- Price is above 250 sma
- SSI (%K) crosses above 20 from below
I have a custom scan in stockcharts, but I'm not sure how to translate that to an algo here. If someone could at least point me in the right direction how to create a scan for these parameters in Quantopian I'd appreciate it. Thanks!