aloksaurabh
aloksaurabh
My conda environment details attached [packages.txt](https://github.com/nateemma/strategies/files/10868969/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'
Maybe it has something to do with analyze-per-epoch `(ft_hyper) PS C:\Users\eye\ft_hyper> freqtrade hyperopt --config user_data/configs/config_bybit_f.json --strategy BinClucMadSMA_l_h --timeframe 5m --hyperopt-loss SharpeHyperOptLossDaily --spaces roi buy sell --timerange=1612984110-1672600110 -j 2 -p .*/USDT:USDT...
**This works** `freqtrade hyperopt --config user_data/configs/config_bybit_f.json --strategy BinClucMadSMA_l_h --timeframe 5m --hyperopt-loss SharpeHyperOptLossDaily --spaces roi buy sell --timerange=1612984110-1672600110 -j 4 --analyze-per-epoch -p 'IOTX/USDT:USDT', 'LPT/USDT:USDT', 'ACH/USDT:USDT', 'ETC/USDT:USDT', 'C98/USDT:USDT', 'PENDLE/USDT:USDT', 'OCEAN/USDT:USDT', 'ATOM/USDT:USDT', 'BNB/USDT:USDT',...
> If you have indicators being hyperopted in `populate_indicators()` you could try moving them to `populate_entry_trend()` (see my posts on Discord for how to do that), and run it without...
I have a 40gb model running on tabbyapi with multi gpu on the same machine in another conda. Something else is wrong. For Polymind in conda after installing requirement.txt still...