Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

GTC versus Day

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    GTC versus Day

    Hi,

    I've been running my strategies on some new instruments and exchanges. In particular, today I ran on SB (sugar on ICE) and received a rejected order because it appears that strategies, by default, submit GTC orders which ICE won't accept.

    So, looking at the Ninja help guide, I find this....


    protected override void Initialize()
    {
    TimeInForce = Cbi.TimeInForce.Day;
    }

    If I add this bit of code, will that likely upset all the other instruments/exchanges that are currently working just fine? I do trade both RTH and through the night. Would it perhaps be best if I had a separate script for the ICE products? (which I'd much prefer NOT to do).

    Thanks.

    #2
    Hello coolmoss,

    It should not upset any other instruments besides changing the TimeInForce for your orders. Note that you can check the name of the instrument to filter a settings for a specific instrument if you would like. For example:

    Code:
    if( Instrument.MasterInstrument.Name == "SB")
    {
    	//do something
    }
    You may read more about MasterInstrument at the following link.
    http://www.ninjatrader.com/support/h...trument_na.htm

    Please let me know if I can be of further assistance.
    JCNinjaTrader Customer Service

    Comment


      #3
      Great suggestion!

      Thanks so much.

      Comment


        #4
        Hello coolmoss,

        Your welcome.

        Let us know if we can be of further assistance.
        JCNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        63 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        149 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        162 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        99 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        286 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X