Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
      BertrandNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by algospoke, Yesterday, 06:40 PM
      2 responses
      20 views
      0 likes
      Last Post algospoke  
      Started by ghoul, Today, 06:02 PM
      3 responses
      14 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by jeronymite, 04-12-2024, 04:26 PM
      3 responses
      45 views
      0 likes
      Last Post jeronymite  
      Started by Barry Milan, Yesterday, 10:35 PM
      7 responses
      21 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by AttiM, 02-14-2024, 05:20 PM
      10 responses
      181 views
      0 likes
      Last Post jeronymite  
      Working...
      X