High volume beginning of session
Forums › ProRealTime English forum › ProScreener support › High volume beginning of session
- This topic has 32 replies, 4 voices, and was last updated 1 year ago by JS.
-
-
09/27/2023 at 1:13 PM #221675
First take the average daily volume of last 30 days. For stock IMVT this was the day before yesterday (25-09-23) 971K. Yesterday the volume on this stock was 5.3 million in the first hour. This is 5.45 times the average 30 day volume (5.45m/971k).
This is above the threshold of at least half the 30 day average volume within the first hour. So, if the volume the first hour of trading day would have been above 486k (971/2), it should be shown in the screener.
09/27/2023 at 3:54 PM #221688I realized there was a glitch in line 8, so I commented it out.
in addition I added a condition to ignore equities with RANGE=0 (there was no trading):
123456789101112131415Timeframe(Daily)VolAvg = average[30,0](volume)c1 = VolAvg > 25000//Timeframe(default)N = 1 //1=30mn-TF, 2=15mn-TF, 3=10mn-TF, 6=5mn-TF, 30=1mn-TFFirstHalfHour = 153000//c2 = 0IF OpenTime = FirstHalfHour THENc2 = summation[N](volume) > (VolAvg / 2)ENDIFc3 = close > 4c4 = range > 0Cond = c1 AND c2 AND c3 AND c4SCREENER[Cond](VolAvg AS "Vol average")09/28/2023 at 3:06 PM #22174609/28/2023 at 4:50 PM #221747Hi @marco7630
Use your IG or IB because the volumes don’t match…
When you use IB do you have “real-time” access to the Nasdaq shares…?
09/28/2023 at 7:00 PM #22175009/28/2023 at 7:17 PM #22175109/28/2023 at 7:22 PM #22175209/28/2023 at 7:39 PM #22175709/28/2023 at 7:46 PM #221758Okay, try this screener…
High Volume Start Session123456789101112TimeFrame(Daily)Avg30Vol=Average[30](Volume)C1=Avg30Vol>250000C2=Close>4TimeFrame(30 minutes)If OpenTime=153000 thenxVolume=VolumeEndIfC3=xVolume>=Avg30Vol*0.5Screener[C1 and C2 and C3](xVolume as "xVolume", Avg30Vol as "Avg30Vol")09/29/2023 at 9:48 AM #22178209/29/2023 at 10:15 AM #22178509/29/2023 at 10:16 AM #221786TimeFrame(Daily)Avg30Vol=Average[30](Volume)C1=Avg30Vol>250000C2=Close>4TimeFrame(30 minutes)If OpenTime=153000 thenxVolume=VolumeEndIfC3=xVolume>=Avg30Vol*0.5Screener[C1 and C2 and C3](xVolume as “xVolume”, Avg30Vol as “Avg30Vol”)09/29/2023 at 10:35 AM #22178909/29/2023 at 10:42 AM #221790Try this one…
High Volume Start Session V21234567891011121314TimeFrame(Daily)EMA50=ExponentialAverage[50](close)Avg30Vol=Average[30](Volume)C1=Avg30Vol>250000C2=Close>4C4=Close>EMA50TimeFrame(30 minutes)If OpenTime=153000 thenxVolume=VolumeEndIfC3=xVolume>=Avg30Vol*0.5Screener[C1 and C2 and C3 and C4](xVolume as "xVolume", Avg30Vol as "Avg30Vol")09/29/2023 at 10:58 AM #221792Hi JS,
All the results are above the EMA50. But the results are not correct. For example stock FUL. Has an average 30 day volume (sma30) of around 300k. First hour candle yesterday was only 58k which is below the 50% of the average daily volume. However, it is in the screener results.
gr Marco
-
AuthorPosts
Find exclusive trading pro-tools on