Skip to content

Entry.ReEntrydays not always respected when Multiple Positions in Flight is active #53

Description

@tibkiss

Given a backtest where Multiple Positions in Flight is enabled and ReEntryDays is set to 1.
When two parallel positions are finishing one day after an other.
Then the entry of the first finished position is delayed further by one day as the second
position's end date will be considered during calculation of the next potential entry.

Solution is to keep track of each parallel lane/track/slot 's exit time and enable re-entering
when any track is closed past ReentryDays.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions