Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Coding a Makert On Close Order

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

    Coding a Makert On Close Order

    I am developing a strategy that places short orders at the open and having trouble with using the wizrd to program the orders to place when time=9:29am. I am an experienced trader but I have no coding experience. I would like to code into my strategy an automatic cover on market close or at 3:55. It is important that the stocks are shorted and covered at the closest time possible. Any coding suggestions?

    #2
    Hi vt2009,

    Thank you for your note.

    What issues are you having with the entry time filter?

    You may need to be a little more liberal with the time filter, instead of Time == 9:29am, maybe something like Time >= 9:29 and Time <= 9:31
    More info at - http://www.ninjatrader-support.com/H...imeComparisons


    When you apply a strategy, you will have the option to "Exit on close" with an option for how far away from the close, "Exit on close seconds"
    TimNinjaTrader Customer Service

    Comment


      #3
      So I have that in the wizard screen, the next step is coding in a variable for how many shares to short. I would like and even dollar ratio between 2 stocks so I guess the higher value one/lesser value one= ratio(variable). Then short 1000 of the higher price stock and 1000x the variable of the lower priced one.

      Comment


        #4
        Hi vt2009,

        To have the code calculate this automatically, you will need to access the price of different instruments in a multi-instrument series.

        More info at - http://www.ninjatrader-support.com/H...ameInstruments
        TimNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by usazencort, Today, 01:16 AM
        0 responses
        1 view
        0 likes
        Last Post usazencort  
        Started by kaywai, 09-01-2023, 08:44 PM
        5 responses
        603 views
        0 likes
        Last Post NinjaTrader_Jason  
        Started by xiinteractive, 04-09-2024, 08:08 AM
        6 responses
        22 views
        0 likes
        Last Post xiinteractive  
        Started by Pattontje, Yesterday, 02:10 PM
        2 responses
        20 views
        0 likes
        Last Post Pattontje  
        Started by flybuzz, 04-21-2024, 04:07 PM
        17 responses
        230 views
        0 likes
        Last Post TradingLoss  
        Working...
        X