Elliott Wave Github

Key Open-Source Elliott Wave Projects

Elliott Wave Theory predicts financial market trends by identifying recurring 8-wave patterns (5 impulse waves and 3 corrective waves) linked to investor sentiment. Several open-source GitHub projects provide tools for automating this analysis, ranging from pattern recognition to machine learning datasets.

Advanced repositories utilize genetic algorithms and neural networks to optimize wave parameters or predict future movements. PyBacktesting : Models Elliott Wave Theory using genetic algorithms elliott wave github

ta4j (Technical Analysis for Java)

: A popular Java library that recently added a "one-shot" multi-timeframe Elliott Wave analysis runner, which provides ranked scenarios and confidence contexts in a single output. Key Open-Source Elliott Wave Projects Elliott Wave Theory

  • Elliott Wave Principle by Frost & Prechter (the canonical text)
  • GitHub topic: elliott-wave

for parameter optimization. A notable experiment on EUR/USD showed excellent training results (Sharpe ratio > 3), though results were mixed in live testing due to overfitting. elliot-waves-auto Elliott Wave Principle by Frost & Prechter (the

. It provides price projection zones based on Fibonacci levels and automated trade recommendations. Strategy-ElliottWave

Core Feature

: Uses a rule-based engine where users can define custom constraints, such as ensuring "wave 3 is not the shortest".