Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Won't plot when accessing former bars

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

    Won't plot when accessing former bars

    For some reason, I can't get an indicator to plot when Accessing former bars, for example High[1] or Close[3]

    I have tried this simple plot and it won't won't work for me

    Plot0.Set( High[1] - Low[1]);

    It compiles, it loads, and shows nothing, scale to 1. I have seen this happen when there is a possible error in a formula, such as possible division by zero. In this case, it makes no sense.

    Any reason for this?

    My full script attached.
    Attached Files

    #2
    Originally posted by webtrax View Post
    For some reason, I can't get an indicator to plot when Accessing former bars, for example High[1] or Close[3]

    I have tried this simple plot and it won't won't work for me

    Plot0.Set( High[1] - Low[1]);

    It compiles, it loads, and shows nothing, scale to 1. I have seen this happen when there is a possible error in a formula, such as possible division by zero. In this case, it makes no sense.

    Any reason for this?

    My full script attached.
    What is the error, if any, in your log?

    Comment


      #3
      webtrax, looks like you are missing this check here in your script to ensure non existent bars are not attempted to be processed at the chart series start - http://www.ninjatrader.com/support/f...ead.php?t=3170

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      571 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      548 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      549 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X