remove blankspace

This commit is contained in:
kevinjulian 2021-07-23 21:06:38 +07:00
parent 7a0cb95ffb
commit 0fcbe097c0
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ def _get_frame_time_from_offset(offset):
def _build_backtest_dataframe(data):
columns = ['date', 'open', 'high', 'low', 'close', 'volume', 'buy', 'sell']
columns = columns + ['buy_tag'] if len(data[0]) == 9 else columns