edd1aea8b0
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
Python Virtual Environments / build (push) Has been cancelled
* Implement ZigZag Indicator * Create Unit Test for ZigZag Indicator * Update QCAlgorithm with ZigZag Indicator * Resolved review comments * Refactor ZigZag Indicator - Refactored logic to streamline pivot updates and condition checks. - Exposed PivotType enum to track pivot direction (High/Low). - Updated CSV processing to reflect pivot type (High/Low). * Refactor UpdatePivot logic