I'm trying to create an indicator that calculates some volatility metrics based on ES daily High/Low/Open/Close. I'd ideally like to have these metrics on a rolling basis - for instance perhaps the last 5 and 10 trading days. However, I'd like to display these calculated values on my more granular charts that only displays the last session or two. I thought this was possible but I'm having trouble loading more data than the primary bars. I know I could have a separate daily chart open and write those values to a file and then load them on the short term chart, but I think I am missing a more elegant way of doing this?
Thanks

Comment