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

Custom FillType like NT7

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

    #16
    Thanks Jim. How many votes are needed to give this feature a likely chance of being implemented?

    Comment


      #17
      Hello Light,

      I really couldn't say. Opening up fill engine behaviors would be a more significant change and would need more feedback than a smaller change to the platform. The amount of interest that would need to be collected is also subjective to what is being requested and there isn't an outline for how many votes should be counted before implementation is fully considered.

      Interest is being tracked, however.
      JimNinjaTrader Customer Service

      Comment


        #18
        Jim and NinjaTrader team - any updates on this. I know I have been plugging away for about 2 years now on this feature. Any progress or update or potential for this? I would love to purchase more NT8 licenses and migrate my code over to the new platform from NT7 - but cannot until there is resolution on this.

        Also - if there really is an alterative to this, I would detailed guidance on how to place a trade at the open (open price of the session, not the closing price of the first bar Opening price +/- some slippage)??

        Comment


          #19
          Hello dnoff,

          This has not yet been implemented and we are still tracking interest.

          If you would like to place an order on the open of a bar, please consider the following:

          Use Calculate.OnEachTick or Calculate.OnPriceChange

          Check if (IsFirstTickOfBar) in OnBarUpdate to get the check when the processing tick is the opening tick of a bar.

          You can check the above with Bars.IsFirstBarOfSession to see if you are processing on the first bar of a session.

          IsFirstTickOfBar - https://ninjatrader.com/support/help...ttickofbar.htm

          Bars.IsFirstBarOfSession - https://ninjatrader.com/support/help...rofsession.htm

          Note - historical processing will always follow Calculate.OnBarClose behavior even if a different Calculate Mode is used. If you would like to force historical processing with Calculate.OnEachTick or Calculate.OnPriceChange, Tick Replay can be used.

          Tick Replay - https://ninjatrader.com/support/help...ick_replay.htm

          Developing for Tick Replay - https://ninjatrader.com/support/help...ick_replay.htm

          As a reminder, historical fill processing uses the OHLC values of the data series you submit the order to to simulate where the order would fill. You can submit an order to a single tick data series to get results that are closer to an actual market.

          Backtesting with intrabar granularity - https://ninjatrader.com/support/help...ipt_strate.htm

          Slippage can be applied in the Strategy Analyzer in the Slippage field.

          Slippage - https://ninjatrader.com/support/help.../?slippage.htm

          We look forward to assisting.
          JimNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by rhyminkevin, Today, 04:58 PM
          3 responses
          47 views
          0 likes
          Last Post Anfedport  
          Started by iceman2018, Today, 05:07 PM
          0 responses
          5 views
          0 likes
          Last Post iceman2018  
          Started by lightsun47, Today, 03:51 PM
          0 responses
          7 views
          0 likes
          Last Post lightsun47  
          Started by 00nevest, Today, 02:27 PM
          1 response
          14 views
          0 likes
          Last Post 00nevest  
          Started by futtrader, 04-21-2024, 01:50 AM
          4 responses
          50 views
          0 likes
          Last Post futtrader  
          Working...
          X