Skip to content

[Roadmap] External signals and point-in-time strategy gates #256

Description

@brokermr810

Note

The auditable AI entry decision filter has been delivered in #263. This issue now tracks the remaining point-in-time external signal ingestion and research/backtest/live contract.

Problem

Users want deterministic strategies to consult news, sentiment, or model output before opening a position without making exits dependent on an unavailable network service or introducing look-ahead bias.

Desired outcome

Create a point-in-time external signal contract that strategies can use as an optional, auditable entry gate.

Initial scope

  • Ingest timestamped external factors outside the strategy sandbox.
  • Persist source, model/provider version, observation time, availability time, score, and explanation metadata.
  • Expose deterministic point-in-time reads to research, backtest, paper, and live strategies.
  • Let users choose fail-open or fail-closed behavior for new entries.
  • Keep risk exits and explicit close signals independent by default.

Acceptance criteria

  • An RFC defines timing, provenance, retention, and fallback semantics.
  • Backtests cannot read a factor before its recorded availability time.
  • Every allow or veto decision can be audited after the run.
  • Provider outages and stale signals are covered by tests.
  • The strategy sandbox does not gain unrestricted network access.

Out of scope

  • Installing arbitrary libraries during strategy execution.
  • Letting a non-deterministic model silently override liquidation or safety controls.

Contributing

Comment with one contract, storage, provider adapter, fixture, policy, UI, or documentation task and a short plan. A maintainer will confirm scope before assignment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: aiAI workflows and external decision factorsarea: strategy-apiStrategy contracts and runtimeepicLarge initiative that must be split into scoped workhelp wantedExtra attention is neededneeds-rfcRequires an agreed design before implementationpriority: p1High-value roadmap priorityroadmapTracked on the public QuantDinger roadmap

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions