Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
F
Solved!
The problem was in init(self):
Added aline of code to have an integer as a line.
@frankiec I ran your code and the only error I get is that your linspace is not a list. Try changing it to:
No one has replied
@ab_trader said in Source Error when Reading in Custom CSV Data:
data = btfeeds.GenericCSVData( dataname='CME_MINI_NQ1!Date.csv', fromdate=datetime.datetime(2021, 1, 1), dtformat=('%Y-%m-%d %H:%M:%S'), datetime=1, high=3, low=4, open=2, close=5, volume=8, openinterest=-1, timeframe=bt.TimeFrame.Minutes compression=1 )
Thank you very much!! You're great! Solved