removed print statements
This commit is contained in:
@@ -80,8 +80,6 @@ class Backtesting(object):
|
||||
for pair in data:
|
||||
result = results[results.currency == pair]
|
||||
|
||||
print(result)
|
||||
print(result.profit_BTC)
|
||||
tabular_data.append([
|
||||
pair,
|
||||
len(result.index),
|
||||
|
||||
@@ -222,9 +222,7 @@ class Hyperopt(Backtesting):
|
||||
results['result'],
|
||||
results['loss']
|
||||
)
|
||||
print(log_msg)
|
||||
else:
|
||||
print('.', end='')
|
||||
sys.stdout.flush()
|
||||
|
||||
def calculate_loss(self, total_profit: float, trade_count: int, trade_duration: float) -> float:
|
||||
|
||||
Reference in New Issue
Block a user