Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

indicator request

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

    indicator request

    i have a request for Zombie Pack 9​ indicator pack... ninjatrader ecosystem has zombiepack 2 and zombiepack 3 but zombiepack 9 has updated versions of several additional indicators included and updates of previously used indicators.

    Zombie9AccountInfo
    Zombie9BarTimer
    Zombie9BBMACD
    Zombie9Candles
    Zombie9CandlesPlain
    Zombie9EMA
    Zombie9EMACloud
    Zombie9Levels
    Zombie9NetPriceChange
    Zombie9PowerBox
    Zombie9PowerLine
    Zombie9PriceInfo
    Zombie9Trail
    Zombie9Wave1/2
    Zombie9ZigZag

    ZombiePack 9 v1.021​

    it would be great help if zombiepack 9 is available for download.

    #2
    Hello advphadke22,

    Welcome to the NinjaTrader forums!

    I've moved your thread to the NinjaScript File Sharing Discussion section of the forums as your inquiry is not related to C# programming or Indicator development.

    The Zombie addons packs appear to be uploaded by RFrosty.
    Zombie Pack 3 includes Zombie BarTimer, Zombie Candles, Zombie EMA, Zombie NetPriceChange, Zombie PowerLine, Zombie PriceInfo, and Zombie SMI indicators. Zombie3BarTimer shows the remaining time on the current bar before it closes. Zombie3Candles help visually identify the “buy/sell zone” as well as strong pullbacks. Zombie3EMA includes 5 different EMA period lines (8, 10, 21, 50, […]


    I also recommend you send them a private message to inquire if they have further addons they may provide.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      advphadke22 You can find the latest Zombie Pack 9 on futures.io here: https://futures.io/local_links.php?catid=27&linkid=2489

      Thanks.
      Multi-Dimensional Managed Trading
      jeronymite
      NinjaTrader Ecosystem Vendor - Mizpah Software

      Comment


        #4
        I was using Price action swing but we cant see the HL LL labels, With Zombie Zig Zag we can see the plots. Can you Plot the Length on each candle transparently and also at the Swing in color. So we can measure each move.
        esmall
        NinjaTrader Ecosystem Vendor - Ed's Retrace Plan

        Comment


          #5
          I was using Price action swing but we cant see the HL LL labels, With Zombie Zig Zag we can see the plots. Can you Plot the Length on each candle transparently and also at the Swing in color. So we can measure each move.
          Attached Files
          esmall
          NinjaTrader Ecosystem Vendor - Ed's Retrace Plan

          Comment


            #6
            The Strategy Builder added this indicator to the ninjascript like that:

            private NinjaTrader.NinjaScript.Indicators.ZombiePack9.Zom bie9ZigZag Zombie9ZigZag1;


            Zombie9ZigZag1 = Zombie9ZigZag(Close, @"Zombie9ZigZag - v1.072", false,
            Zombie9ZigZag.Base.SwingStyle.Ticks,
            50, 20, false,
            Zombie9ZigZag.Base.SwingLengthStyle.Ticks,
            Zombie9ZigZag.Base.SwingDurationStyle.False,

            false, false, false,
            Zombie9ZigZag.Base.SwingTimeStyle.False,
            Zombie9ZigZag.Base.SwingVolumeStyle.False,
            Zombie9ZigZag.Base.VisualizationStyle.False,

            new SimpleFont("Courier", 14) {Bold = false, Italic = false}, 15, 30, 45, 60, 75, 30,
            NinjaTrader.Gui.DashStyleHelper.Solid,
            1, true, true);

            But it produces errors for all highlighted lines...

            Anyone knows how to do that righ way, please?!?




            1st error:
            'NinjaTrader.NinjaScript.Strategies.Strategy.Zombi e9ZigZag(string, bool, Zombie9ZigZag.Base.SwingStyle, double, int, bool, Zombie9ZigZag.Base.SwingLengthStyle, Zombie9ZigZag.Base.SwingDurationStyle, bool, bool, bool, Zombie9ZigZag.Base.SwingTimeStyle, Zombie9ZigZag.Base.SwingVolumeStyle, Zombie9ZigZag.Base.VisualizationStyle, NinjaTrader.Gui.Tools.SimpleFont, int, int, int, int, int, int, NinjaTrader.Gui.DashStyleHelper, int, bool, bool)' is a 'method', which is not valid in the given context
            Last edited by cpppower; 10-23-2023, 08:02 AM.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Jimmyk, 01-26-2018, 05:19 AM
            6 responses
            835 views
            0 likes
            Last Post emuns
            by emuns
             
            Started by jxs_xrj, 01-12-2020, 09:49 AM
            6 responses
            3,291 views
            1 like
            Last Post jgualdronc  
            Started by Touch-Ups, Today, 10:36 AM
            0 responses
            10 views
            0 likes
            Last Post Touch-Ups  
            Started by geddyisodin, 04-25-2024, 05:20 AM
            11 responses
            62 views
            0 likes
            Last Post halgo_boulder  
            Started by Option Whisperer, Today, 09:55 AM
            0 responses
            8 views
            0 likes
            Last Post Option Whisperer  
            Working...
            X