mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
enabled logging with a logbook zmq logger from within the algorithm.
This commit is contained in:
@@ -150,7 +150,7 @@ class FinanceTestCase(TestCase):
|
||||
|
||||
# TODO: for some reason the orders aren't filled without an extra
|
||||
# trade.
|
||||
trade_count = 5
|
||||
trade_count = 5000
|
||||
self.zipline_test_config['order_count'] = trade_count - 1
|
||||
self.zipline_test_config['trade_count'] = trade_count
|
||||
self.zipline_test_config['order_amount'] = 1
|
||||
|
||||
Reference in New Issue
Block a user