Hi,
How do I change this so I an use it as an scan, for example so it can show me only stocks that it's between 50 and 100? I currently use this as an culumn in my watch-list.
Thank you in advanced.
def x = Average(volume, 50);
def v = volume;
plot z = Round(100 * ((v - x) / x), 1);
How do I change this so I an use it as an scan, for example so it can show me only stocks that it's between 50 and 100? I currently use this as an culumn in my watch-list.
Thank you in advanced.
def x = Average(volume, 50);
def v = volume;
plot z = Round(100 * ((v - x) / x), 1);