Also logg timeframe
This commit is contained in:
parent
aab5596fa6
commit
fca41a44bb
@ -269,6 +269,7 @@ def generate_backtest_stats(config: Dict, btdata: Dict[str, DataFrame],
|
|||||||
'stake_amount': config['stake_amount'],
|
'stake_amount': config['stake_amount'],
|
||||||
'stake_currency': config['stake_currency'],
|
'stake_currency': config['stake_currency'],
|
||||||
'max_open_trades': config['max_open_trades'],
|
'max_open_trades': config['max_open_trades'],
|
||||||
|
'timeframe': config['timeframe'],
|
||||||
**daily_stats,
|
**daily_stats,
|
||||||
}
|
}
|
||||||
result['strategy'][strategy] = strat_stats
|
result['strategy'][strategy] = strat_stats
|
||||||
|
Loading…
Reference in New Issue
Block a user