Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can someone make this incator for NinjaTrader please?

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

    Can someone make this incator for NinjaTrader please?

    I'm trying to get this indicator and went into the new indicator and was completely lost.


    Here is what I'm talking about.
    Identify key market turning points, trend changes, and pullbacks with this powerful volume indicator for TradeStation, NinjaTrader, and more.


    Inputs: Color(Cyan), LowColor(Yellow), ClimaxColor(Red), ChurnColor(Green), ClimaxChurnColor(Magenta), LowChurnColor(White), AvgColor(Red);
    Variables: BarColor(Cyan);

    BarColor = Color;

    Value1 = V;
    Value2 = V*Range;
    If Range <> 0 then Value3 = V/Range;
    Value4 = Average(Value1,100);

    If Value1 = Lowest(Value1,20) then BarColor = LowColor;
    If Value2 = Highest(Value2,20) then BarColor = ClimaxColor;
    If Value3 = Highest(Value3,20) then BarColor = ChurnColor;
    If Value2 = Highest(Value2,20) and Value3 = Highest(Value3,20) then BarColor = ClimaxChurnColor;
    If Value3 = Lowest(Value3,20) then BarColor = LowChurnColor;

    Plot1(Value1,"Volume",BarColor);
    Plot2(Value4,"Avg",AvgColor);

    Can someone please make this indicator? I would really appreciate it. Then it could added to indicator sharing area for everybody to use.
    Last edited by Ninja B; 05-03-2008, 11:06 PM.

    #2
    As a last resort you can also try contacting a NinjaScript Consultant here: http://www.ninjatrader.com/webnew/pa...injaScript.htm
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Ninja Trader Indicator

      Ninja B,
      You might try Ben over @ Affordable Indicators from the link that was posted.
      When it comes to customer service, Ben goes out of his way!

      I wish I could program because that indicator looks like it would be great to try with Ninja Trader. I hope one of the programmers gives it a try.
      Good luck to u.



      Comment


        #4
        Does this deliver the expected results?

        There's a hard limit of 250 for the lookback, because that's the size of the arrays I'm using. If you use larger it will fail.

        It can be changed. But that's twice what Barry is using on a tick chart. Should probably be adequate.

        Get the latest version at

        Last edited by goldfly; 05-06-2008, 09:44 PM.

        Comment


          #5
          Ninja Trader Indicator

          goldfly,
          That was like really fast!.
          I will give it a try.


          Thanks
          P.C

          Comment


            #6
            Originally posted by goldfly View Post
            Does this deliver the expected results?

            There's a hard limit of 250 for the lookback, because that's the size of the arrays I'm using. If you use larger it will fail.

            It can be changed. But that's twice what Barry is using on a tick chart. Should probably be adequate.
            This is really cool, thanks a bunch!

            The only aesthetic recommendation I can make is to have the special volume bars default to a width of 2 or 3 that way they stand out more (but I can easily tweak that myself...)

            Comment


              #7
              goldfly,
              Works great with Market replay. Can't wait to try it live.
              Elliott Wave - Changing the bar width makes it stand out nice.

              Great job


              Kudos

              P.C

              Comment


                #8
                Thanks guys.

                I have to say it really looks interesting on a one minute chart.

                I'd like for someone that has experience with it check it for accuracy before I post it to the sharing section.

                Ewave, so far I don't have the knowledge to default the bar width. I'm open to suggestions though.

                Comment


                  #9
                  Originally posted by goldfly View Post
                  Thanks guys.

                  I have to say it really looks interesting on a one minute chart.

                  I'd like for someone that has experience with it check it for accuracy before I post it to the sharing section.

                  Ewave, so far I don't have the knowledge to default the bar width. I'm open to suggestions though.

                  Regarding the default line width,

                  Instead of this:
                  Code:
                  Add(new Plot(Color.FromKnownColor(KnownColor.Blue), PlotStyle.Bar, "BarColor"));
                  I think it needs to be something like this:
                  Code:
                  Add(new Plot(new Pen(Color.FromKnownColor(KnownColor.Blue), barwidth), PlotStyle.Bar, "BarColor"));
                  I had some trouble earlier but it seems to be ok now.

                  I think it looks great an any chart : ) Its quite good when used as instructed in the video.

                  Btw the did you see this video on the same site?
                  Hilbert Sine Wave - Don't Trade Cycles Without It !

                  How the Hilbert Sine Wave detects cycles vs trends - and what Better Sine Wave adds: S/R levels, trend coloring, and end of trend detection. ES examples.


                  It looks like a great indicator too! I searched for code for it but the closest I could find is C++ and Metastock.

                  Download TA-Lib: Technical Analysis Library for free. Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition.


                  (there's a whole bunch of other code here as well: http://tadoc.org/acronyme_asc.htm)

                  These MetaStock formula pages contain a list of some of the most useful free Metastock formulas available. And they're FREE!
                  Attached Files
                  Last edited by Elliott Wave; 05-03-2008, 07:38 PM.

                  Comment


                    #10
                    Thanks a lot goldfly and Elliott Wave. I really appreciate it.

                    If you get the Hilbert Sine Wave indicator please share that too.

                    Thanks again, I really appreciate it.

                    I don't who does this but add the volume indicator to the indicator download area where everybody can use it

                    Comment


                      #11
                      But NinjaB, does it give the proper results? Do you know? Have you used it before?

                      I'd like to know it's working properly before posting it to the sharing section.

                      Comment


                        #12


                        OK, I'm yanking the file from here and posting it as Beta in the download section.

                        That way maybe we can find someone who will be able to compare the output of both the original and my hack to see if they correspond.

                        I also tightened up the code a little bit. And added some comments.
                        Last edited by goldfly; 05-06-2008, 09:46 PM.

                        Comment

                        Latest Posts

                        Collapse

                        Topics Statistics Last Post
                        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                        0 responses
                        581 views
                        0 likes
                        Last Post Geovanny Suaza  
                        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                        0 responses
                        338 views
                        1 like
                        Last Post Geovanny Suaza  
                        Started by Mindset, 02-09-2026, 11:44 AM
                        0 responses
                        103 views
                        0 likes
                        Last Post Mindset
                        by Mindset
                         
                        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                        0 responses
                        554 views
                        1 like
                        Last Post Geovanny Suaza  
                        Started by RFrosty, 01-28-2026, 06:49 PM
                        0 responses
                        552 views
                        1 like
                        Last Post RFrosty
                        by RFrosty
                         
                        Working...
                        X