I am thinking about how to do it and I think it's not necessarily that hard but I'm not sure. Something like:
1) Define logical condition for the first hour after market open. Could do it as "bars since" RTHopen() = 2 on a 30m candle chart maybe?
2) Sum only those volume candles over a specified number of iterations with each iteration being one day.
3) Then it's easy to get the average and show the current day's first hour as a percentage of that (e.g. 30% on a low volume day or 150% on a high volume day, etc.).
Wanted to post here about this in case it's already been done (I haven't seen this on the forums before, just the volume labels that are based on the daily aggregation) or in case there's a flaw in the approach I'm imagining
1) Define logical condition for the first hour after market open. Could do it as "bars since" RTHopen() = 2 on a 30m candle chart maybe?
2) Sum only those volume candles over a specified number of iterations with each iteration being one day.
3) Then it's easy to get the average and show the current day's first hour as a percentage of that (e.g. 30% on a low volume day or 150% on a high volume day, etc.).
Wanted to post here about this in case it's already been done (I haven't seen this on the forums before, just the volume labels that are based on the daily aggregation) or in case there's a flaw in the approach I'm imagining
