finlab-python / finlab_crypto

Documentation
https://finlab-python.github.io/finlab_crypto/index.html
GNU General Public License v3.0
267 stars 98 forks source link

Update utility.py #6

Closed yaotechuang closed 3 years ago

yaotechuang commented 3 years ago

fix : expect int but got int64 problem by using talib.STOCH, maybe other indicators will also encounter the same problem. In addition, the commonly used cross function is also added to utility.py