Open aloksaurabh opened 1 year ago
My conda environment details attached packages.txt . Could you please post yours as well or may be take a guess on what could be causing this crash?
i found the issue in file https://github.com/nateemma/strategies/blob/master/hyperopts/ExpectancyHyperOptLoss.py in line number 64 stake = backtest_stats['stake_amount'] You need to handle what if stake amount is 'unlimited'
Happens on all Linux installs Tried with setup.sh and conda installs Happens on stable and current dev builds Back testing with any time-range works fine
SampleStrategy HyperOpt also works fine