Hello everyone, I was wondering if there is any advantages to use ‘RollingWindow’ class instead of built-in ‘deque’ class? Just to keep trailing TradeBar objects, not considering indicators. I'm having trouble with indexing logic since it is the opposite of python. Last object is located at [0] whereas python's located at [-1]