Hi!
This is my first time writing an algorithm here, and I'm caught up in a small problem. In before_trading_start
I need to use the preopen prices in the pipeline computations.
If the preopen prices are not available, I'll need to get the current day open prices and use them in the pipeline computations (performed a minute after market opens, let's say). But from what I understand the pipeline is only run before the trading starts. Is there any way around this, or am I missing something?
I'll be happy to give more details about this if needed, thanks!