From what I understand, there are currently only 2 ways to deal with a stock that has no data: log the problem and exit handle_data or stop the algorithm entirely. This means that if a stock in your watchlist has no data for an extended period of time, your algorithm effectively breaks. Is there some way to remove a stock from your watchlist if it raises an algoerror 2211? That way you would only lose one bar of trading time.
Thanks!