Skip to content

drop_newest=False not working properly #55

@AminSaqi

Description

@AminSaqi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions