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

How can I get 5% Zigzag

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

    How can I get 5% Zigzag

    Hi,

    I have a series bar, 1,2,3 bars

    How can I get close price 5% zigzag current bar(3), previous bar and first bar's zigzag?

    Thanks
    Thomson

    #2
    Hello Thomson,
    Thanks for writing in and I am happy to assist you.

    To assist you further can you please explain what you mean by a 1,2,3 bars and what exact value you want.

    I look forward to assist you further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hi Joydeep,

      Thanks for your quickly respond. I want to write an indicator, which can compare the series of bar's zigzag.

      Thanks
      Thomson

      Comment


        #4
        Hello Thomson,
        You can get the ZigZag high low value from the following codes:
        Code:
        int highBar = this.ZigZag(DeviationType.Percent, 0.05, false).HighBar(0,1,100);
        double close = Close[highBar];
        Please refer here for more details


        Please let me know if I can assist you any further.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by traderqz, Today, 12:06 AM
        6 responses
        12 views
        0 likes
        Last Post traderqz  
        Started by Skifree, Today, 03:41 AM
        3 responses
        12 views
        0 likes
        Last Post Skifree
        by Skifree
         
        Started by traderqz, Yesterday, 09:06 AM
        5 responses
        33 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by guillembm, Today, 11:25 AM
        1 response
        6 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by owensd, 04-21-2024, 11:34 PM
        9 responses
        34 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X