atreyuxtrading / atreyu-backtrader-api

Atreyu's integration of IB Native API with backtrader
BSD 2-Clause "Simplified" License
91 stars 58 forks source link

No backfilling to indicators from rtbars and resample data #3

Closed jvrodrisan closed 1 year ago

jvrodrisan commented 1 year ago

Hi atreyu and thanks for this great adaptation for backtrader.

I am playing with your library for one of my projects that involve IB and backtrader, and I am not able to backfill my indicators (simple RSI and MACD) resampling data from rtbars to 1 min data. If no indicator is used, the library works perfectly. Is this supported?

Thanks!

jvrodrisan commented 1 year ago

Hi, this is solved, with a qcheck value higher (>0.5), this works prefectly. Thanks