ultra1971 / backtrader_ib_insync

Async integration between backtrader and Interactive brokers.
GNU General Public License v3.0
61 stars 33 forks source link

Receiving data from IB where OHLCV are 0.0 #8

Open boshng95 opened 8 months ago

boshng95 commented 8 months ago

image Hi @ultra1971 , I had been playing around with your codebase and had been impressed with your implementation with ib_insync so far. However, when I observe the data receive from IB in backtrader. I saw there is a few lines of data comes in with 0.0 on OHLCV as attached in the post.

Is this a known issue that I should handle on the application end? Or there is a parameter that I had mislook in the documentation that will be able to solve the problem.