Hi all, I am trying to create a scan that lists stocks that have gone up 1% or more from today's open price. I found this script online, which supposedly shows the % change from the open price, but how do I change this or how do I set up a scan that will show me only stocks that have gone up 1% or more? Thanks in advance.
plot x = round(100*((close/open)-1),1);
plot x = round(100*((close/open)-1),1);