I’m looking for a way to filter out low volume trading stocks from the premarket now that it has been released. I’d like to be able to calculate volume from the premarket open. For Nasdaq that is 5am (ADT). Say be able to ignore stocks trading below 40000 as a starting point, and I can adjust from there.
I thought what you just posted would trigger for one scan period (1/2/5/15/30mn) where the volume was over 40000, and then reset. If that is a sum total from market open, that is what I need.
I like to use this scanner to find Bollinger squeezes in the premarket on the 5 minute, but want to eliminate stocks that haven’t traded a certain total to stocks since the premarket open.
Your focus should be on “what actually is a day boundary” and while I never tried with Premarket data (yet), I already had problems with normal RTH.
So @Nicolas referred to DOpen and DClose (I only just saw his response – thank you Nicolas) but I feel that ETH functions are required here.
But first something else seems to be wrong ? See the two attachments. Each other few seconds the Screener toggles between those two (also see the 13 vs 35 shown at the bottom line). And Yes, I use Volume in there :
1
2
3
4
5
6
7
8
9
TIMEFRAME(weekly)
PeriodVolumeLimit=100000
PeriodVolume=exponentialaverage[16](Volume)
OKVolume=0
IfPeriodVolume>=PeriodVolumeLimitthen
OKVolume=1
endif
I have never looked at any screener for months, hence I did not observe them since ETH was introduced. And now I wonder whether something could be wrong in the first place …
Each other few seconds the Screener toggles between those two (also see the 13 vs 35 shown at the bottom line). And Yes, I use Volume in there :
Hmm … this toggling started to happen during my last post, when I clicked the Sort column (I always have it sorted on that column, but today I found it not to be sorted).
Because of the annoying flickering, I restarted the platform, and now all is fine ?
I now could also check for the accuracy of the (ETH) contents, and it looks to be updating correctly.
This doesn’t solve the volume “pre-market” quest of course.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue