issues
search
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
Improved Speed, User interface and pattern identification
#5
Closed
BennyThadikaran
closed
9 months ago
BennyThadikaran
commented
9 months ago
User Interface
Add a new chart user interface via Plotter.py.
Improved Charting and maximised screen use.
Add new config, print configuration help on first run.
Save patterns in json file, plot patterns with --plot.
Plot chart at particular index with --idx.
-p
or
--pattern
accepts a string (pattern name).
Scans
Improved scan speed using multiple processes and other minor improvements.
Scan all patterns, only bullish or bearish patterns.
Patterns
Fixed incorrectly formed patterns.
Double Bottoms and Tops, uses ATR to limit pattern size across timeframes.
Eliminated triangles with widening slopes and extreme angles.
Tweaked shoulder height for head & shoulders.
Horizontal Entry line from right shoulder when slope of neckline is too exteme.
Pennants are renamed to triangles.
Triangles futher identified as Symetric, Ascending, Descending.
User Interface
-p
or--pattern
accepts a string (pattern name).Scans
Patterns