Seetu strategies and Run It issues

I continue to have odd issues with Seetu and Run It. Previously, I’ve had strategies stop running if I do anything with them… anything at all. Make a change and recompile, or run a scan.

Today, one of two Seetu strategies I’m running to test the code simply quit. The other one kept running. Neither had been touched. If there’s anyway to debug this, I’d greatly appreciate it. The strategy that quit on me today was 1878.

I should add both strategies have identical options configured for intraday. I’ve copied it below if that helps.

SetOption(“Symbols”,"@ESZ17");
SetOption(“ApplyToRecentBars”, 50);
SetOption(“C2TradingSystemId”,xxxxxxxx );
SetOption(“RunItSpec”,"
{mon, every 1 minutes between 9:00 and 16:00 },
{tue, every 1 minutes between 9:00 and 16:00 },
{wed, every 1 minutes between 9:00 and 16:00 },
{thu, every 1 minutes between 9:00 and 16:00 },
{fri, every 1 minutes between 9:00 and 16:00 }
");

As an update, both strategies quit running this morning. Not simultaneously, but at two different time. I had not touched either strategy in any way.

Seetu is incredibly powerful. I think it has tremendous potential. But actually trading with it is proving incredibly frustrating.