Merge pull request #1037 from freqtrade/fix/backtest-comment

replace --realistic with 2 separate flags
This commit is contained in:
Janne Sinivirta
2018-07-19 17:33:19 +03:00
committed by GitHub
8 changed files with 95 additions and 57 deletions

View File

@@ -280,7 +280,7 @@ class Hyperopt(Backtesting):
{
'stake_amount': self.config['stake_amount'],
'processed': processed,
'realistic': self.config.get('realistic_simulation', False),
'position_stacking': self.config.get('position_stacking', True),
}
)
result_explanation = self.format_results(results)