Skip to content

Commit

Permalink
Fixed froggleston#6 load_exchange now takes exchange name from config
Browse files Browse the repository at this point in the history
  • Loading branch information
vaidab committed Jul 22, 2023
1 parent 4081f4b commit 1388375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RollingBacktestNotebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
"\n",
"if no_benchmark_plots:\n",
" ft_config['strategy'] = strat_name\n",
" ft_exchange = ExchangeResolver.load_exchange(ft_config['exchange']['name'], config=ft_config, validate=False)\n",
" ft_exchange = ExchangeResolver.load_exchange(config=ft_config, validate=False)\n",
" ft_pairlists = PairListManager(ft_exchange, ft_config)\n",
" ft_dataprovider = DataProvider(ft_config, ft_exchange, ft_pairlists)\n",
" \n",
Expand Down

0 comments on commit 1388375

Please sign in to comment.