I would like to have a screener who searches the market for the following description;
-stock between $2 – $20
-Relative volume >5 10 days
-10% gap up
-float <20million Thank you in advance,
Not possible, as float cannot be determined from price or volume data
oke,
so then I want withe out the float. Is that possible ?
JSParticipant
Veteran
Hi,
The relative volume is expressed as a percentage or the (current volume/ average volume over x-days) * 100
What percentage should the relative volume be? And how many days is “x”? (5 of 10)
C1=Close>2 and Close<20
C2=(Volume/Summation[x](Volume)/x)*100> … (procent)
C3=(Open-Close[1])/Close[1])*100>10