| Index | Recent Threads | Who's Online | User List | Search |
|
|
![]() |
Portfolio123 » List all forums » Forum: Screener » Thread: Volume over consecutive down days? |
|
Total posts in this thread: 2 |
[Request a Feature]
[Post new Thread] [Add To My Favorites] [Watch this Thread] |
| Author |
|
|
wwasilev
Member
|
Hi, I'm just starting to use portfolio123 and I'm looking for the way to screen for stocks that are; 1) down for 3 (or more) consecutive trading days and 2) the cumulative volume over the down days is greater than some percentage of the float Can anyone help me with that? TIA, Walter |
||
|
|
marco
|
MktCap>50 close(0)<Close(1) and close(1)<Close(2) and close(2)<Close(3) (vol(0)+vol(1)+vol(2)) > Float * 1000000 * 0.20 Cum Vol for 3 down days is greater than 20% of the Float. The 'Float' needs to be multiplied by 1M to match the scale of Vol() function. I also added MktCap>50M to remove penny/illiquid stocks. ---------------------------------------- Portfolio123 Staff |
||
|
| [Show Thread Printable Version] [Post new Thread] |