Elliott Wave Github [top]
drstevendev/ElliottWaveAnalyzer: Tools to find Elliot ... - GitHub
Enter the intersection of algorithmic trading and open-source collaboration. If you search for you are no longer just looking for a PDF of Ralph Nelson Elliott’s original work. You are looking for code—Python scripts, TradingView indicators, and machine learning models that attempt to automate fractal pattern recognition. elliott wave github
To get a production-ready version, search GitHub for "ZigZag" AND "Elliott" . Combine the ZigZag logic from one repo with the Fib ratio checker from another. drstevendev/ElliottWaveAnalyzer: Tools to find Elliot
| Repo Name (search GitHub) | Language | Purpose | |---------------------------|----------|---------| | elliottwave-analyzer | Python | Rule-based wave labeling + backtesting | | TradingView-Elliott-Wave-Indicator | Pine Script | Real-time chart labeling | | ElliottWaveML | Python + TensorFlow | CNN wave classification | | zigzag-elliott | Python | Zigzag + Fibonacci ratio tests | | Repo Name (search GitHub) | Language |
Most automated wave counters rely on a ZigZag indicator to find swings. The problem? The ZigZag is reactive. If you set the "depth" to 10%, the algorithm ignores moves smaller than that. If a true Wave 2 retraces 99.8% of Wave 1 (which is legal), the ZigZag might merge them into one swing, breaking the count.
