Averaging the same bar of each day
Author: candy.chiu.ad
Creation Date: 12/21/2010 9:52 PM
profile picture

candy.chiu.ad

#1
Does Wealth Lab support averaging each time period across days? For example: average volume of the first bar of each day.

profile picture

Eugene

#2
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)
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).