-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add Feature: Add High-Low Module #414
Copy link
Copy link
Open
Labels
Code Update 🔔Code UpdateCode UpdateFINSIHEDFINSIHEDFINSIHEDPriority: MediumPriority: MediumPriority: MediumTestingTestingTestingdocumentation 📄Improvements or additions to documentationImprovements or additions to documentationenhancement 👍New feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
Code Update 🔔Code UpdateCode UpdateFINSIHEDFINSIHEDFINSIHEDPriority: MediumPriority: MediumPriority: MediumTestingTestingTestingdocumentation 📄Improvements or additions to documentationImprovements or additions to documentationenhancement 👍New feature or requestNew feature or request
Enhancement idea
Description
This module provides pivot point detection and analysis tools for technical analysis.
Key Features
Tests
Here's the performance comparison between the two High-Low Module implementations:
Key Improvements in New Version
Array Management
array.set()in nested loops)array.fill()to recycle existing array (memory preservation)Loop Structure
forloops (O(n²) complexity in worst case)whileloop with counter (O(n) linear complexity)Search Logic
i % 2)Performance Benchmark
Links
https://en.wikipedia.org/wiki/Pivot_point_(technical_analysis)