Quantopian folks,
Does the function before_trading_start have a time-out? If so, how long? And if the time-out is reached, is there any way to exit the function gracefully? Or will the algo crash?
If there is no time-out, what happens in live trading when the market opens and data starts rolling in? Does the first call to handle_data get delayed until before_trading_starts completes (i.e. minute bars are skipped)?
Grant