BennyThadikaran / stock-pattern

A Python CLI tool to scan, detect, and plot stock chart patterns
GNU General Public License v3.0
162 stars 33 forks source link

Dev v4.0.2 - Changes in Harmonic patterns #85

Closed BennyThadikaran closed 1 day ago

BennyThadikaran commented 1 day ago

Changelog v4.0.2

b766b34 (HEAD -> dev) Bump to version 4.0.2

41d80ec Retracements are calculated to nearest Fib percentages.

Instead of filtering patterns by strict retracement percentages use the nearest Fibonacci percent value to allow some leeway.

771f567 Correction to BC extension fibonacci calculation