I am confused, I have been running an algorithm I created this week in both backtesting and live simulated environment that incorporates a Tradier brokerage Model and utilizes “self.MarketOrder(symbol, quantity)” for the placing of my buy orders. It has been functioning perfectly as of this morning before market open, but it seems like something has changed today on Quant Connects backend because now I am received this error: “BrokerageModel declared unable to submit order: [1] Warning - Code: MarketOrderIsGtc - You cannot place market orders with GTC, only day orders are allowed” What would cause this logic to work perfectly up to this morning and now all of a sudden throwing an error that didn't exist before with the exact same code? Upon running the issue by GPT4 I am aware that QC's default for market orders is GTC (not sure why but that's another story) and Tradier doesn't support GTC market orders (I've never seen a broker have their market orders default to anything else but DAY but again besides the point right now…), but then why has this been working perfectly for days as I test this in backtesting & simulated environment, and now this morning I keep getting the error?