Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ZigZag Indicator Customization Help

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

    #16
    Hello fiddich,

    This would indicate that your variable is not a series and instead a double. A double is a single number that has a decimal. A series is a collection like an array that holds an integer value for each bar on the chart.

    With a double this would not have a value for each bar on the chart.
    Instead you are going to need custom logic to store the value from 5 bars ago to that or a different double variable and then not change the value for 5 bars so that this can be used 5 bars later.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #17
      I already have custom logic that stores the value from 5 bars ago and a variable storing which bar it occurred on (if needed).

      What I'm wondering is if I have all that, where within the ZigZag code would I insert those variables in order to plot let's say 5 bars previous? That's all I need to know. Thanks.

      Comment


        #18
        Hello fiddich,

        I think you would be setting the plot values.. like Values[0][5] = myVariableHere.

        Below is a public link to the help guide on Values.
        Chelsea B.NinjaTrader Customer Service

        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
        331 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
        549 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