mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: safe basic freqAI infos to backtest result
This commit is contained in:
@@ -598,6 +598,8 @@ def generate_strategy_stats(
|
||||
"timerange": config.get("timerange", ""),
|
||||
"enable_protections": config.get("enable_protections", False),
|
||||
"strategy_name": strategy,
|
||||
"freqaimodel": config.get("freqaimodel", None),
|
||||
"freqai_identifier": config.get("freqai", {}).get("identifier", None),
|
||||
# Parameters relevant for backtesting
|
||||
"stoploss": config["stoploss"],
|
||||
"trailing_stop": config.get("trailing_stop", False),
|
||||
|
||||
Reference in New Issue
Block a user