Rikj000 / MoniGoMani

Isn't that what we all want? Our money to go many? Well that's what this framework/strategy hopes to do for you! By giving you & HyperOpt a lot of signals to alter the weights from.

Home Page:https://monigomani.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞Docker trade error

opened this issue · comments

Hello,
When I start hyperopt-trade or backtesting, I get the following error. I pulled the files from the site and installed using docker-compose pull. I'm waiting for your help. Thanks in advance!

2021-10-07 11:54:16,752 - freqtrade - ERROR - Fatal exception!
Traceback (most recent call last):
File "/freqtrade/freqtrade/main.py", line 37, in main
return_code = args'func'
File "/freqtrade/freqtrade/commands/optimize_commands.py", line 48, in start_backtesting
config = setup_optimize_configuration(args, RunMode.BACKTEST)
File "/freqtrade/freqtrade/commands/optimize_commands.py", line 21, in setup_optimize_configuration
config = setup_utils_configuration(args, method)
File "/freqtrade/freqtrade/configuration/config_setup.py", line 21, in setup_utils_configuration
config = configuration.get_config()
File "/freqtrade/freqtrade/configuration/configuration.py", line 42, in get_config
self.config = self.load_config()
File "/freqtrade/freqtrade/configuration/configuration.py", line 111, in load_config
self._process_optimize_options(config)
File "/freqtrade/freqtrade/configuration/configuration.py", line 261, in _process_optimize_options
self._process_datadir_options(config)
File "/freqtrade/freqtrade/configuration/configuration.py", line 199, in _process_datadir_options
config.update({'datadir': create_datadir(config, self.args.get('datadir', None))})
File "/freqtrade/freqtrade/configuration/directory_operations.py", line 18, in create_datadir
exchange_name = config.get('exchange', {}).get('name').lower()
AttributeError: 'NoneType' object has no attribute 'lower'

my command is = docker-compose run freqtrade backtesting --config /freqtrade/user_data/mgm-config.example.json --strategy MoniGoManiHyperStrategy