Skip to content

Commit 704129b

Browse files
committed
add print
1 parent 5c865bb commit 704129b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _generate_trading_instances(self):
4747
Generate all the instances associated with the trading: data handler, strategy and execution_handler instance
4848
"""
4949
print(
50-
"Creating DataHandler,Strategy,Portfolio and ExecutionHandler"
50+
"Creating DataHandler,Strategy,Portfolio and ExecutionHandler/n"
5151
)
5252
# print("strategy parameter list:%s..." % strategy_params_dict)
5353
self.data_handler = self.data_handler_cls(self.events, self.csv_dir,

0 commit comments

Comments
 (0)