I’m finally testing Seetu to generate signals to my system… There have been signals this morning, but no trades, no errors. However, the RunIt! log seemed to show the Strategy was running.
Here’s the results of a Scan:
1 2017-11-27 09:46:00 Short @ESZ17 2,604.75
2 2017-11-27 09:48:00 Cover @ESZ17 2,604.50
3 2017-11-27 09:50:00 Short @ESZ17 2,605.25
4 2017-11-27 09:53:00 Cover @ESZ17 2,604.25
5 2017-11-27 10:01:00 Cover @ESZ17 2,602.75
And here’s the code that is used by RunIt! (I obscured my system id… not sure that matters in the forums)
SetOption(“instrmntFuture”,“instrmntFuture”);
SetOption(“Symbols”,"@ESZ17");
SetOption(“ApplyToRecentBars”, 60);
SetOption(“C2TradingSystemId”,xxxxxxxx );
C2BuyPower = GetOption(“C2BuyPower”);
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 }
");