Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop_newest=False not working properly #55

Open
AminSaqi opened this issue Dec 3, 2021 · 0 comments
Open

drop_newest=False not working properly #55

AminSaqi opened this issue Dec 3, 2021 · 0 comments

Comments

@AminSaqi
Copy link

AminSaqi commented Dec 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant