markcheno / go-talib

A pure Go port of TA-Lib (http://ta-lib.org)
MIT License
763 stars 213 forks source link

QuoteFromCSV ignores last data #14

Closed aliforever closed 5 years ago

aliforever commented 5 years ago

NewQuoteFromCSV method ignores last csv data, I guess this is because of -1 in code:

numrows := len(tmp) - 1
markcheno commented 5 years ago

You must be talking about go-quote, not go-talib

aliforever commented 5 years ago

My bad, created the issue there. Sorry.