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

@@ -135,6 +135,10 @@ AVAILABLE_CLI_OPTIONS = {
help='Override the value of the `stake_amount` configuration setting.',
),
# Backtesting
"detail_timeframe": Arg(
'--timeframe-detail',
help='Specify detail timeframe for backtesting (`1m`, `5m`, `30m`, `1h`, `1d`).',
),
"position_stacking": Arg(
'--eps', '--enable-position-stacking',
help='Allow buying the same pair multiple times (position stacking).',