mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-03 21:00:25 +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", ""),
|
"timerange": config.get("timerange", ""),
|
||||||
"enable_protections": config.get("enable_protections", False),
|
"enable_protections": config.get("enable_protections", False),
|
||||||
"strategy_name": strategy,
|
"strategy_name": strategy,
|
||||||
|
"freqaimodel": config.get("freqaimodel", None),
|
||||||
|
"freqai_identifier": config.get("freqai", {}).get("identifier", None),
|
||||||
# Parameters relevant for backtesting
|
# Parameters relevant for backtesting
|
||||||
"stoploss": config["stoploss"],
|
"stoploss": config["stoploss"],
|
||||||
"trailing_stop": config.get("trailing_stop", False),
|
"trailing_stop": config.get("trailing_stop", False),
|
||||||
|
|||||||
Reference in New Issue
Block a user