fix indentations

This commit is contained in:
Janne Sinivirta 2017-12-25 09:48:20 +02:00
parent c774bce4a7
commit b7b1db7eb4
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ def backtest(stake_amount: float, processed: Dict[str, DataFrame],
current_profit_percent,
current_profit_BTC,
row2.Index - row.Index
)
)
)
break
labels = ['currency', 'profit_percent', 'profit_BTC', 'duration']

View File

@ -159,7 +159,7 @@ def format_results(results: DataFrame):
results.profit_percent.mean() * 100.0,
results.profit_BTC.sum(),
results.duration.mean() * 5,
)
)
def buy_strategy_generator(params):