Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Close[260] doesn't work

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

    Close[260] doesn't work

    Hello,
    I need a closing price of 260 bars ago. But it doesn't work and the strategy doesn't generate anything if I use more than 55 bars.

    for example
    Code:
    Print(Close[260]);
    is there a maximum limit of readable bars?

    #2
    xmms1, what is your min. bars required setting if you startup the strategy?

    Comment


      #3
      I didn't use this:

      Code:
      if (CurrentBar < 260) return;
      within OnBarUpdate() method.

      I fixed it and now it works. Is this the reason why it didn't work? And why the strategy generated nothing?

      Comment


        #4
        Yup. You can usually see mentions of this error in the Control Center log.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        26 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        20 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        182 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        335 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        260 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X