Andrey Rezvov

Results 65 comments of Andrey Rezvov

I was experimenting with this a bit, there are some methods to make the Renko charts out of the timeframe-based dataframe, for me the most complicated problem here is the...

Details on appearances: ``` $ egrep -roh 'ta\..*\(' .|sort|uniq -c 14 ta.ADX( 12 ta.CCI( 1 ta.CDLHAMMER( 1 ta.CMO( 45 ta.EMA( 14 ta.MACD( 2 ta.MAX( 8 ta.MFI( 2 ta.MIN( 3 ta.MINUS_DI(...

For Finta, only `ta.CDLHAMMER` does not have a replacement.

Than it should be added as dependency here. The custom version with the patch...

The patch to ta-lib, which is required for cryptos due to low asset price values, this one: https://github.com/freqtrade/freqtrade/blob/5e09913e3dc37d2d330be765a48f2722dcc68253/build_helpers/install_ta-lib.sh#L10

it's easier to keep it in the docker (because it's build in a more predeterminated environment and conditions) than to keep it a general dependency...

Wow 😮

@orehunt I can resolve the conflicts by myself some time later (soon), when I start reviewing this PR in detail, do not spend your efforts on this...

I will start merging it after the progress bar is implemented for hyperopt instead of dots, that will be easier path to merge all latest changes.