update comment

This commit is contained in:
xmatthias 2018-06-10 08:58:28 +02:00
parent 24a875ed46
commit 3094acc7fb

View File

@ -185,7 +185,8 @@ class Backtesting(object):
ticker_data.drop(ticker_data.head(1).index, inplace=True)
# TODO: why convert from Pandas to list??
# Convert from Pandas to list for performance reasons
# (Looping Pandas is slow.)
ticker = [x for x in ticker_data.itertuples()]
lock_pair_until = None