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 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.
The text was updated successfully, but these errors were encountered:
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
toFalse
, only the first event is passed to thenext()
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.
The text was updated successfully, but these errors were encountered: