markcheno / go-talib

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

TestHeikinashiCandles fail #11

Open kjx98 opened 5 years ago

kjx98 commented 5 years ago

heikinHighs/Opens/Closes/Lows returned from HeikinashiCandles are indexes since 1 not 0 quick fix in talib_test.go:678 under kjx98/master talib_test.go:729 Crossover to be fixed

kjx98 commented 5 years ago

TestCrossover fixed as well under kjx98/go-talib master