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 v3.1.7 #64

Closed BennyThadikaran closed 2 months ago

BennyThadikaran commented 2 months ago

8c73b4c (HEAD -> dev, tag: v3.1.7, origin/dev) Bump to version v3.1.7 310ce74 Use df.loc for filtering 6d3aa7a Breaking change: -d/--date is mandatory for backtest.py a0f4f8c Fix: KeyError in csv_loader while slicing df by date not in Index 9514129 Fix: IndexError trying access out of bounds index position. Fixes GH issue #63 503b5f2 Removed duplicates from DataFrame if exists 200894a Dataframe index is sorted if dates are not in ascending order a185292 Added help info to backtest.py cli -d/--date