Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plotting a lagged indicator

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

    Plotting a lagged indicator

    Hi guys,

    I can't seem to plot an indicator which makes use of a lagged value.

    e.g. using the example in the Help for writing an indicator, I can plot

    Plot0.Set( Close[0] );

    which plots fine. However, if I try

    Plot0.Set( Close[1] );

    nothing is displayed.

    I must be doing something dumb (like maybe not setting some kind of BarsRequired variable) but I'd be grateful if someone could point it out.

    Thanks

    #2
    Hello,

    Something must be wrong, because that will plot.
    Make sure you have a currentbar check:


    If that doesn't help, paste in your code and I will try to help.
    DenNinjaTrader Customer Service

    Comment


      #3
      Yep, current bar check. Knew it was something stupid.

      Thanks

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      80 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      45 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      29 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      32 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      66 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X