Yes
python -V)pip freeze | grep ccxt)git log --format="%H" -n 1)When running the code:
freqtrade backtesting --strategy Low_BB -i 1h
It prints out the report just fine except there's an error interrupting these lines:
========================================================= SELL REASON STATS =========================================================
/Users/yazeed/Sites/freqtrade/freqtrade/optimize/optimize_reports.py:73: UserWarning: Boolean Series key will be reindexed to match DataFrame index.
loss = len(result[results['profit_abs'] < 0])
| Sell Reason | Count | Profit | Loss | Profit % |
|:-------------------|--------:|---------:|-------:|-----------:|
| trailing_stop_loss | 580 | 350 | 230 | 1.22 |
| stop_loss | 151 | 0 | 151 | -1.7 |
The error:
/Users/yazeed/Sites/freqtrade/freqtrade/optimize/optimize_reports.py:73: UserWarning: Boolean Series key will be reindexed to match DataFrame index.
It's just a warning but should not be there nonetheless - and it's caused by a typo (will be fixed in #2790).
@yazeed
The fix just merged into current develop branch, pls verify the solution.
@yazeed
The fix just merged into current develop branch, pls verify the solution.
Just figured, I forgot to reply this one. Fix, verified. :)
Most helpful comment
Just figured, I forgot to reply this one. Fix, verified. :)