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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        36 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        20 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        14 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        20 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        22 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X