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.0.1 #32

Closed BennyThadikaran closed 5 months ago

BennyThadikaran commented 5 months ago

a5c8082 (HEAD -> dev) Bump to version 3.0.1 ef55d48 - Fix: Removed boundary check at end of dataframe causing scan to be skipped

Issue relates to using backtest.py with intraday data. When using -d option passing only date value and no time data, the scan is skipped.