freqtrade / technical

Various indicators developed or collected for the Freqtrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

```crossed``` function throws error with numpy integers

adarkforce opened this issue · comments

Launching freqtrade with the default Awesome Strategy trows an error, because this library has not integrated the changes made in ranaroussi/qtpylib#160 regarding np.integer and np.floating.

While this changes are present in the vendor folder of freqtrade, the indicators.py file is imported from technical and so the default strategy always throws.