b1ce8f0045
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Syntax Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
* implements Klinger Volume Oscillator * preserve newest data file * improve class summary * address PR comments, add signal line, use RollingWindow to persist data, refactor code to make easier to follow * add helper method KVO in in QCAlgorithm.Indicators.cs, add Signal test, fix IsReady and WarmUpPeriod * default signal period for KVO, refactor and improve ComputeNextValue, simplified code * update comment * update comment