DOC: add some commented TODOs

This commit is contained in:
lenak25
2018-03-05 20:42:14 +02:00
parent 09068a4c37
commit 6092471180
+2
View File
@@ -509,6 +509,8 @@ class Exchange:
# we want to avoid receiving empty candles
# so we request more than needed
# TODO: consider defining a const per asset
# and/or some retry mechanism (in each iteration request more data)
requested_bar_count = bar_count + 30
# The get_history method supports multiple asset
candles = self.get_candles(