BLD: for issue #121, fixed typo

This commit is contained in:
Frederic Fortier
2017-12-29 18:36:59 -05:00
parent 8ab3382f47
commit 24d7f52d46
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class ExchangeTradingAlgorithmBase(TradingAlgorithm):
get_order_attempts=5,
get_open_orders_attempts=5,
cancel_order_attempts=5,
get_stop_value_attempts=5,
get_spot_value_attempts=5,
get_history_window_attempts=5,
retry_sleeptime=5,
)