class dataFeed(btfeed.GenericCSVData):
params = (
('dtformat', '%m%d%Y %H:%M:%S'),
('datetime', 0),
('open', 1),
('high', 2),
('low', 3),
('close', 4),
('volume', 5),
('openinterest', -1)
)
ValueError: time data '12/24/2020 10:00' does not match format '%m%d%Y %H:%M:%S'
这是他时间戳的样子——12/24/2020 10:00:00 AM