The opinions expressed in these forums do not represent those of C2, and any discussion of profit/loss
is not indicative of future performance or success.
There is a substantial risk of loss in trading. You should therefore carefully consider
whether such trading is suitable for you in light of your financial condition. You should read,
understand, and consider the Risk Disclosure Statement that is provided by your broker
before you consider trading. Most people who trade lose money.
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 }
");