update comment
This commit is contained in:
parent
24a875ed46
commit
3094acc7fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user