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, 03-31-2026, 09:41 PM
        1 response
        152 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        89 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        133 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        127 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        107 views
        0 likes
        Last Post CarlTrading  
        Working...
        X