Does Wealth Lab support averaging each time period across days? For example: average volume of the first bar of each day.
Size:
Color:
Sure, you can code it yourself:
1. Mark the first bar of the day (Bars.IntradayBarNumber(bar),
2. Save the value of the Volume at this bar
3. Average it (sum/divide)
Size:
Color: