Here's code for getting a trailing window of minute data into before_trading_start, including the closing prices from the prior day. Seems sorta circuitous, but this is the only way I could code it. Maybe pipeline could be used to pull in the closing price from the prior day, in a more elegant fashion (e.g. a numpy vector)?