Allow "detailed" backtesting timeframe to look into the candle

This commit is contained in:
Matthias
2021-08-09 15:45:02 +02:00
parent 123971d271
commit 88172fab82
4 changed files with 58 additions and 5 deletions

View File

@@ -242,6 +242,9 @@ class Configuration:
except ValueError:
pass
self._args_to_config(config, argname='detail_timeframe',
logstring='Parameter --detail-timeframe detected, '
'using {} for intra-candle backtesting')
self._args_to_config(config, argname='stake_amount',
logstring='Parameter --stake-amount detected, '
'overriding stake_amount to: {} ...')