bt-ccxt-store icon indicating copy to clipboard operation
bt-ccxt-store copied to clipboard

drop_newest=False not working properly

Open AminSaqi opened this issue 3 years ago • 0 comments

I want to watch open candles to be able to exit on fixed and indicator-based stop-loss levels in live mode. However, when I set drop_newest to False, only the first event is passed to the next() method.

I expect to have several events of incomplete candles delivered to the next() method, but I only receive one event (the first one) in the desired timeframe.

I also tried to use the replay feature, but nothing changed.

What should I do?

Thanks in advance.

AminSaqi avatar Dec 03 '21 15:12 AminSaqi