markcheno / go-talib

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

fix TestHeikinashiCandles and TestCrossover #12

Open kjx98 opened 5 years ago

kjx98 commented 5 years ago

fix TestHeikinashiCandles and TestCrossover optimize Macd reusing temp buffer, speed up about 20%

markcheno commented 5 years ago

Sorry, no dependencies to the ta-lib library allowed. The whole point of this library is to be a single file pure Golang alternative.