Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to research this signal

Hi. I'm very new to Python and the syntax, as well as they way to express myself when trying to research a signal/hypothesis. I mostly build technical signals looking at OCHL of current vs. historical and then trying to identify market internals or regime filters to identify trends and rather stay on the 'right' side of the market or try at least.

So my question is how would one go about researching this signal in the research area, let's say for the NASDAQ index?
CLOSE[1]>CLOSE[3] & OPEN[1] > LOW[4] & HIGH[2] > CLOSE[4] & DI+ > DI-
MAX HOLDING PERIOD - 3 BARS
EXIT - PROFITABLE AFTER 3 BARS

Thank you in advance and I hope that should I get this under the belt soon I will add to the forum.