Hello all,
I am trying to include both end of day and intraday data in a CustomFactor. Is there an example of this?
Even more simply, I am not clear on how any intraday data can get into the calculation. The sample below shows that creating a variable based on price_close = USEquityPricing.close.latest up in the make_pipeline() method does not get updated throughout the day.
Thanks,
Ted