Hi guys, I am currently learning how to use Quantconnect by trying to build a cross-momentum equally-weighted portfolio. However, somewhere in the middle of the backtest I get the following error: Runtime Error: 'Pandas' object has no attribute 'volume'  at CoarseSelectionFunction    self.adv[sec.Symbol].Update(bar.close, bar.volume)                                           ^^^^^^^^^^ in main.py: line 62 (Open Stack Trace)

I've played around with the start date, coarse filters and how many symbols i want the filtered universe to have but I couldn't pinpoint the issue. What am I doing wrong?