stable/freqtrade/optimize
creslinux 29fdba7743 Reduce time taken for def backtest by 60%
* on 2 weeks 5minute data

Performs bitwise filter on buy/sell rows in the df
before passing to the slower itertuples loop

the larger the dataset the greater the performance gain
2018-07-11 18:26:27 +00:00
..
__init__.py config, optimize: fstrings in use 2018-07-05 10:11:29 -05:00
backtesting.py Reduce time taken for def backtest by 60% 2018-07-11 18:26:27 +00:00
hyperopt.py freqtradebot,main,hyperopt: fstrings in use 2018-07-05 10:11:29 -05:00