Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 trilliantrader, 04-10-2024, 09:33 PM
        6 responses
        23 views
        0 likes
        Last Post trilliantrader  
        Started by traderqz, Today, 12:06 AM
        5 responses
        8 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Mongo, Today, 11:05 AM
        2 responses
        7 views
        0 likes
        Last Post Mongo
        by Mongo
         
        Started by guillembm, Today, 11:25 AM
        0 responses
        3 views
        0 likes
        Last Post guillembm  
        Started by Tim-c, Today, 10:58 AM
        1 response
        3 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X