You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get btgym complaining about the NoneType being not iterable. It is trying to read a csv file even though I did override the necessary methods such as load.
Is there a use case I am missing so that I can use a non csv source of data in the same way backtrader does in the example linked above?
Thx.
The text was updated successfully, but these errors were encountered:
Hi,
when I try to derivate BTgymDataset in order to use my own datasource in this way: https://www.backtrader.com/blog/posts/2015-08-11-datafeed-development/datafeed-development.html
I get btgym complaining about the NoneType being not iterable. It is trying to read a csv file even though I did override the necessary methods such as load.
Is there a use case I am missing so that I can use a non csv source of data in the same way backtrader does in the example linked above?
Thx.
The text was updated successfully, but these errors were encountered: