Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Delay in Plotting Data

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

    Delay in Plotting Data

    I am working on an Indicator - the problem is no data is plotted for about 20 bars.
    I am outputing the data to the NinjaScript Output. The data looks fine - but is not plotted
    BarsRequiredToPlot is set to 2
    The first data output is CurrentBar=2

    Code at the begining is:
    if (CurrentBar < 2)
    return;
    What else do I need to look for?

    Thanks

    #2
    Hello CKnudsen,

    Thank you for your note.

    Without the full code we're unable to test on our end.

    If you'd like to upload the full code I can take a look and see if anything jumps out. Or if you'd prefer to email a copy, send to platformsupport[at]ninjatrader[dot]com with Attn: Alan P in the Subject line. Also within the email please include a link to this thread, and the files.

    I look forward to your reply.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    73 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    152 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    100 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    288 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X