Quick question: so, on each invocation of run(), the series values in, say, series[0] should give the current value that was calculated, independent of how many are being stored via the lookback period default length? Am assuming that the series acts like a queue, with data shifted from [0] to [1]...up through [lookback length -1] and the new data being placed in [0].

TIA for any responses,
Vode