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

Enter Position On Same Bar When Conditions Are Met

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

    Enter Position On Same Bar When Conditions Are Met

    Hey, I'm trying to have the short position opened when the conditions are met. The problem I'm having is that once the conditions are met the short position is opened one the next bar. Is there a way to have this position open on the same bar the condition was met?

    Thanks you for your time and help!

    #2
    Hello xNICK,

    Thanks for your post.

    When looking at historical trades the strategy would operate as if Calculate.OnbarClose were true and that is the expected behavior (detect condition/place order, order filled on next bar).

    For live data, to detect the cross and immediately place the order and fill within the same bar you would need to use the mode of Calculate.OnPriceChange or Calculate.OnEachTick. These modes will cause your script to recalculate on each price change or each tick instead of once per bar. As such you may find that cross conditions can occur and then can uncross while price oscillates within the bar then cross again and uncross, etc, etc, and this can lead to multiple unexpected orders. You would need to code your strategy to prevent this possible re-entry of conditions.

    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Ok I already had my strategy set to Calculate.OnPriceChange. Then when I ran it the historical data won’t act the same. I didn’t know the historical data only Calculate.OnBarClose, that’s good to know.

      Thnanks again for your time and help!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by r68cervera, Today, 05:29 AM
      0 responses
      3 views
      0 likes
      Last Post r68cervera  
      Started by geddyisodin, Today, 05:20 AM
      0 responses
      6 views
      0 likes
      Last Post geddyisodin  
      Started by JonesJoker, 04-22-2024, 12:23 PM
      6 responses
      35 views
      0 likes
      Last Post JonesJoker  
      Started by GussJ, 03-04-2020, 03:11 PM
      12 responses
      3,241 views
      0 likes
      Last Post Leafcutter  
      Started by AveryFlynn, Today, 04:57 AM
      0 responses
      7 views
      0 likes
      Last Post AveryFlynn  
      Working...
      X