I tried all of these this morning, none of them are correct because I can scan for 1mil premarket volume and stocks show up (same ones as trade ideas) but most of them have way lower premarket volume values than 1mil. Also Trade Ideas and DAS Trader both show the correct premarket volume values.
Is it possible that TI and DAS are using post-market and premarket data together? If so I just want something that shows what they do.
I was just hoping for an accurate premarket volume column for my watchlist.
This works like a charm.....
Code:
def PremarketVolume = if getday() != Getlastday() then 0 else if PremarketVolume[1] == 0 then volume else if secondsFromtime(0400) >= 0 and secondsFromTime(0930) < 0 then volume+PremarketVolume[1] else PremarketVolume[1];
Plot PremarketV = PremarketVolume;
So this is 3 stocks with over 1M volume right now (PM Volume column is yours), how do these numbers make sense? And again, the standard scanner for 1M volume ($20-$500) did find them, so ToS knows they have 1M PM volume. I didn't use your scanner since a standard scan for 1M volume finds them just fine.
Meanwhile here's DAS and Trade Ideas:
as I stated above if I search in ToS for stocks at premarket with 1mil volume it finds the ones that DO indeed have 1mil volume. But none of these watchlist columns say the correct number or show that. So that is 100% specific to ToS for ya.
I was only proving it further since other software does show the right number.
This thread is about a pe-market watchlist column for ToS, which is the whole conversation going on here, yes.
I do not use a custom scanner, I simply use the standard ToS Stock Hacker scanner to scan for stocks with 1m volume during premarket. It gave the results this morning (premarket) that I showed in the image above.
So the scanner is finding them just fine, but the standard Volume column only shows the volume from the day before until market open. So I would just like to somehow see the actual/correct premarket volume in a watchlist column.
If the scanner finds them, then they have over 1M in volume. None of the watchlist columns I've tried here show that correctly.