Allow "detailed" backtesting timeframe to look into the candle
This commit is contained in:
@@ -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: {} ...')
|
||||
|
Reference in New Issue
Block a user