Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Question about OnBarUpdate of Strategy

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

    Question about OnBarUpdate of Strategy

    In a strategy, the OnBarUpdate method is read on every tick or on bar close? I have the CalculateOnBarClose variable set to true on initializebut it does not exit where I want to. The way I have it set up is to read on bar close and compare to the open price. If the change is N number of points then exit. But I think it is executing before like if it was reading ticks. In simulation it does run as it should.

    #2
    lgarcia3,

    Not sure I understand you correctly. I suggest you print Time[0] to see the timestamp of what is being processed. Then you can ID that each bar has a unique timestamp which will confirm that you are processing once at the end of each bar.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Well, what I was trying to say is that I programmed my strategy to enter at certain point and to exit when it reaches certain number of points gained/lost. Now, it has to happen after the bar closes; it checks where it closed and if it has reached either point of profit/loss or more then fires the order. It is not happening like that though. It is reaching the profit point in the middle of a bar and firing the order there; but not after the bar has closed.
      In any case, I'll try that and see the time stamp.

      Comment


        #4
        lgarcia3,

        Please ensure you are actually using CalculateOnBarClose = true. No intrabar action should ever trigger when it is set to true.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        37 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, Yesterday, 02:41 AM
        0 responses
        17 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        25 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        40 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        34 views
        0 likes
        Last Post CarlTrading  
        Working...
        X