I want to create my own Series<double> to keep track of the daily OHLC values I wish to use for your indicator.
The problem is that this Series<double> updates with each OnBarUpdate() of my primary series. How can I make the series update once a day instead of updating every 5 minutes as my primary series does?
Best Regards,

Comment