BLD: more live trading testing and added s3 stats output

This commit is contained in:
fredfortier
2017-12-07 00:20:27 -05:00
parent 9688d71e23
commit 5b78f161a4
5 changed files with 39 additions and 23 deletions
+1 -1
View File
@@ -279,5 +279,5 @@ if __name__ == '__main__':
base_currency='eth',
live_graph=False,
simulate_orders=False,
stats_output='s3://something'
stats_output=None
)