Closed santatic closed 3 years ago
i have added a param: candles_delay which you may change to see if the issue resolves. The param allows to increase the time to wait until a new candle is being fetched. Would like to hear feedback about this change.
I tested with 3 second delay, and it stills happen. Even I updated my computer date time with ntp time server. Hope it can fix on Oanda API soon.
closing this issue since no new updates, not really sure, where the issue may come from. Feel free to open a new issue if required.
Hello, I have get candle with mode
candles=True
when I get datafeeds I try to get M5 candles from Oanda It works well, but some time I get 2 candle at same time(time on the left is system logging time, time on the right is candle time)
I have debug that in function
_t_candles
ofoandav20store.py
, sometime I get candles but it didn't complete, so library will skip that candleDo we have any option to retry to get candle when is doesn't complete?