BennyThadikaran / stock-pattern

A python scanner to detect and plot common chart patterns
GNU General Public License v3.0
128 stars 26 forks source link

Save as images, other features and fixes #9

Closed BennyThadikaran closed 7 months ago

BennyThadikaran commented 7 months ago

New Feature: Save charts as images to file - cafb24983394

New Feature: Only plot new detected patterns - f2f89f99998

New Feature: On chart, jump to any index in chart with j - c693b2a5ea

Load & plot charts from json files in state folder - 4bd8050d0ec

Fix: No patterns for missing dates when using --date option - 51f19b65e3

Fix: handle empty csv files - 2a01e36432

Consistent naming for all definitions - snake case - dccdf05b78f

Minor code formatting - d18bf9fec1f