mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
plot-scripts use user_data_dir
This commit is contained in:
@@ -77,7 +77,8 @@ def analyse_and_plot_pairs(config: Dict[str, Any]):
|
||||
indicators2=config["indicators2"].split(",")
|
||||
)
|
||||
|
||||
store_plot_file(fig, generate_plot_filename(pair, config['ticker_interval']))
|
||||
store_plot_file(fig, filename=generate_plot_filename(pair, config['ticker_interval']),
|
||||
folder=config['user_data_dir'] / "plot")
|
||||
|
||||
logger.info('End of ploting process %s plots generated', pair_counter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user