Please confirm my understanding

Hi,

I want to check all stocks which have the following condition
Higher Open Interest than previous candle
Higher Price than previous candle
Higher Volume than previous candle

Is the attached query correct?

question27March2025

@siva8 @Streak - can you please check and let me know the attached query

@sachinbal last line is incorrect, instead of OBV use volume indicator

@Streak Can I use the following
Prev N(Volume,0,min) higher than Prev N(Volume,-1,min)

Please ignore. Thanks