Seetu strategy generates signals, but no trades in my system

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 }
");

I think C2 uses ESZ7 not ESZ17

Hello,

@ESZ17 is correct.

Yes, Mohammad, Collective2 uses @ESZ7. But Seetu needs two digits years, because it can go deep to history and we need to differentiate @ESZ07 and @ESZ17.

jTrader,

please send me your Seetu code Id to help@collective2.com. (It is on left-top in Seetu editor.)

Just emailed it. Thanks.

Among other issues, is part of it a timezone issue? It appears to have stopped running altogether. Should I be using GMT for the RunItSpec commend?

Please use the EST timezone everywhere. :slight_smile:

1 Like