We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c865bb commit 704129bCopy full SHA for 704129b
backtest.py
@@ -47,7 +47,7 @@ def _generate_trading_instances(self):
47
Generate all the instances associated with the trading: data handler, strategy and execution_handler instance
48
"""
49
print(
50
- "Creating DataHandler,Strategy,Portfolio and ExecutionHandler"
+ "Creating DataHandler,Strategy,Portfolio and ExecutionHandler/n"
51
)
52
# print("strategy parameter list:%s..." % strategy_params_dict)
53
self.data_handler = self.data_handler_cls(self.events, self.csv_dir,
0 commit comments