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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        127 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        105 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        85 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        105 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        86 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X