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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        44 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        56 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        35 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        95 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        57 views
        0 likes
        Last Post PaulMohn  
        Working...
        X