Also logg timeframe

This commit is contained in:
Matthias 2020-08-08 20:20:58 +02:00
parent aab5596fa6
commit fca41a44bb

View File

@ -269,6 +269,7 @@ def generate_backtest_stats(config: Dict, btdata: Dict[str, DataFrame],
'stake_amount': config['stake_amount'],
'stake_currency': config['stake_currency'],
'max_open_trades': config['max_open_trades'],
'timeframe': config['timeframe'],
**daily_stats,
}
result['strategy'][strategy] = strat_stats