Skip to content

Limit-order fill-connected strategies #39

@tradingexpert

Description

@tradingexpert

Strategies that depend on fills are not naturally supported by the current advance_to approach, since event progression may skip intermediate state transitions that execution-dependent logic relies on.

An event-driven execution path inside the replay loop would allow strategies to react to fills, queue transitions, inventory changes, and downstream execution events in a structurally correct way while preserving replay efficiency.

This becomes increasingly important for:

  • inventory-aware execution logic
  • fill-conditioned order placement
  • queue-reactive strategies
  • adaptive participation logic

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions