fixed some hierarchial stuff
This commit is contained in:
@@ -22,7 +22,7 @@ class DukaMTInterface:
|
||||
# droppnig old timestamp index
|
||||
self.duka_dataset.reset_index(inplace=True, drop=True)
|
||||
|
||||
|
||||
print(self.duka_dataset)
|
||||
# adding bids
|
||||
self.bid_candlesticks = self.duka_dataset['bid'].copy()
|
||||
self.bid_candlesticks['date'] = self.duka_dataset['date']
|
||||
|
||||
Reference in New Issue
Block a user