Andrey Rezvov

Results 4 issues of Andrey Rezvov

This will help select a replacement library to move to from ta-lib. `$ egrep -roh 'ta\..*\(' .|sort -u` gives ``` ta.ADX( ta.CCI( ta.CDLHAMMER( ta.CMO( ta.EMA( ta.MACD( ta.MAX( ta.MFI( ta.MIN( ta.MINUS_DI(...

Let's remove ta-lib from dependencies. This will simplify the installation process a lot. * It's only used in default/sample strategy/hyperopt... * A consensus for replacement library should be found. *...

Discussion
Tech maintenance

...to allow the app to be compiled under actual linuxes. Resolves #508

...on our 'basic' function, SMA Below, SMA20 was used on the 'standard' freqtrade dataframe with 500 (actually 499) rows, with ohlcv data). Snippet used for measurements (I simply inserted it...