QuantConnect/Lean

Adds Futures Fill Model

Open

#4.605 geöffnet am 31. Juli 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (4.772 Forks)batch import
depthfeaturegood first issue

Repository-Metriken

Stars
 (18.979 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 17h) (43 gemergte PRs in 30 T)

Beschreibung

Expected Behavior

Futures' orders should fill with prices that respect the minimum price variation.

Actual Behavior

Futures' orders should fill with the available price data.

Potential Solution

Add FuturesFillModel that ensures that orders are filled with realistic prices.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue

Contributor Guide