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