Help with scanning stocks with +3% of open price

How to identify stocks that have moved up 3% from open price through streak scanner? Help me with the code… The stocks that have moved 3% & more than it from their open price… Also if possible provide for the range between 3% - 5%

@streak

@Krishnendu @streak

There are multiple ways to write this. You can simply use

Close up by 3% from Opening Range(Open,1min)

Another way of doing this would be

Close higher than Opening Range(Open,1min)*1.03

Close higher than Opening Range(Open,1min)*1.03 and Close lower than Opening Range(Open,1min)*1.05

1 Like

Continuing the discussion from Help with scanning stocks with +3% of open price:

hi krishnendu
i think i did somthing wrong
i want to write the condition saying that
the stock is up by only 1 %,not more than it ,
with open higher than MA 20 and 200
but somthing is wrong the stock ubl is also get match witch is not right
1 ss is what i made
2 ss is wrong condition that should not be there
3 ss is what it should look like