Lean icon indicating copy to clipboard operation
Lean copied to clipboard

Order Scheduling Support

Open Martin-Molinero opened this issue 4 months ago • 0 comments

Expected Behavior

  • Being able to schedule an order submission at a specific date and time, getting around any brokerage limitations

Actual Behavior

N/A

Potential Solution

  • Maybe Order/Request could have a public DateTime? ScheduleTime if set, the BTH, could add the order into a separate queue which is monitored by a separate task, so that when the order is due it just adds it to be processed
  • QCAlgorithm API support,

Checklist

  • [x] I have completely filled out this template
  • [x] I have confirmed that this issue exists on the current master branch
  • [x] I have confirmed that this is not a duplicate issue by searching issues

Martin-Molinero avatar Sep 16 '25 13:09 Martin-Molinero