-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use custom backtest config files #2198
Comments
I'm not sure that'll be good from a usability point of view.
Not sure how to interpret this ... would you simply save something around this? "add_config_files": [
"./partial_api.json",
"./partial_telegram.json",
//...
], I wonder what the point of this "really" is - like - what are you changing regularily between backtests that isn't in a the strategy? |
mainly pairlist, and some other configs, like trading mode I've found add_config_files very useful just after creating this issue 👍 |
add_config_files was added first and foremost for my personal benefit. |
Is your feature request related to a problem? Please describe.
Currently we run
freqtrade webserver
with a fixed set of config files, which are then used for backtesting. If we need to use different config files, we must restart with updated command-line arguments. Could we introduce an option to specify config files dynamically when running backtests, eliminating the need for a restart ?Describe the solution you'd like
Custom config files
option. When enabled, users can specify a list of config files.The text was updated successfully, but these errors were encountered: