BUG: trying to fix issue #178 with Binance lot sizes

This commit is contained in:
Frederic Fortier
2018-01-24 21:54:05 -05:00
parent e8f98825e0
commit f34a66e9c6
4 changed files with 21 additions and 22 deletions
+2 -2
View File
@@ -248,7 +248,7 @@ if __name__ == '__main__':
if live:
run_algorithm(
capital_base=0.01,
capital_base=100,
initialize=initialize,
handle_data=handle_data,
analyze=analyze,
@@ -257,7 +257,7 @@ if __name__ == '__main__':
algo_namespace=NAMESPACE,
base_currency='btc',
live_graph=False,
simulate_orders=False,
simulate_orders=True,
stats_output=None,
# auth_aliases=dict(poloniex='auth2')
)