removed overwrite_existing_exportfilename_content (won't use it myself, wouldn't make sense for others to not overwrite something they re-calculated)

switched from args to config (args still work)
renamed exportfilename to lookahead_analysis_exportfilename so if users decide to put something into it then it won't compete with other configurations
This commit is contained in:
hippocritical
2023-05-10 22:41:27 +02:00
parent 9aac367534
commit 91ce1cb2ae
5 changed files with 19 additions and 14 deletions

View File

@@ -121,7 +121,7 @@ ARGS_STRATEGY_UPDATER = ["strategy_list", "strategy_path", "recursive_strategy_s
ARGS_LOOKAHEAD_ANALYSIS = ARGS_BACKTEST + ["minimum_trade_amount",
"targeted_trade_amount",
"overwrite_existing_exportfilename_content"]
"lookahead_analysis_exportfilename"]
# + ["target_trades", "minimum_trades",