For dynamic dataset, since symbols might have different date ranges, for each execution step, how do i get all the tradable for the given day/idx? Tradable here means tickers that are valid for the day. Thanks
Rename
PreExecute and PostExecute give you a List<BarHistory> of participants for the DateTime parameter.
Your Response
Post
Edit Post
Login is required