hi guys, i m trying to code the on neck continuation candlestick pattern but i cannot make it. Can you tell me where i go wrong? thank you!!! here is the code //go long c10= open[1]<close[1] c20= (close[1]-open[1])>AverageTrueRange[22](close) c30= open>close c40= close>=close[1] c50= (open-close)<(close[1]-open[1])*0.33 c60= (c10 and c20 and c30 and c40 and c50) screener (c60)