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

I will Develop your Indicator or Strategy for FREE

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #76
    Wyckoff Wave Code

    In this forum's NinjaScript File Sharing section I found an indicator that assists in creating a custom index that can be plotted on NJ7. So I've added the necessary parameters to create the Wyckoff Wave as described on the Wyckoff Stock Market Institute's website. The problem that I'm having with it is that I don't know how to put this indicator on a chart, since it contains all the stock symbols in it. Usually the stock symbol is selected from the symbol list and then the price indicator is selected to show the price chart. I have all the stock symbols for the indicator in my NJ7 symbol list.

    The name of the indicator from the file sharing section is called "Index" and if anyone knows how to put it onto a chart, please reply. I've attached the custom "Wyckoff Wave" code that I made for you to check. When I try to place this onto a chart like any indicator, it doesn't work.

    These are the parameters that I added to the code.
    Code:
    //          Plot this indicator: Wyckoff Wave: ATT*79+BAC*50+BA*39+BMY*119+CAT*35+DD*57+XOM*32+IBM*21+GE*90+F*25+UNP*30+WMT*43
        string symbolList = "ATT, BAC, BA, BMY, CAT, DD, XOM, IBM, GE, F, UNP, WMT";
       string weightList = "79, 50, 39, 119, 35, 57, 32, 21, 90, 25, 30, 43";
       double divisor = 1;
    I'd appreciate your help with this.
    Attached Files
    Last edited by StockJock; 04-30-2012, 08:47 AM.

    Comment


      #77
      StockJock,
      you can buy it at $500 + 3-5 lessons. One of so many others.... Why don't you create the indicators who you are confortable with? Or get them from NT and try...try..try. Of course, this is not the answer you wish, sorry.
      Last edited by mate41; 04-30-2012, 12:22 PM.

      Comment


        #78
        Did you get the indicator that you wanted?

        Originally posted by mate41 View Post
        Hi sledge,
        thanks for the reply,
        i use the latest version : 7.0.1000.9.

        PS: sorry i forgot the code. Here it is..

        Comment


          #79
          Originally posted by StockJock View Post
          Did you get the indicator that you wanted?
          Not yet... Step by step i create/modify/add.... and test. I use at this moment a combination of the keltner channel, bollinger + his %, macd (of course), money flow index, relative volatility,RSI,Trend and a couple of EMA's. All of them on the chart panel 1.
          This means that you have to understand what all stands for and what it means exactly.
          Thats the reason of the courses when you think to buy a soft.
          But i don't teach you how to trade nor any TA, do i ??
          I'm not satisfied, it must be better. Here is a screenshot.
          Attached Files
          Last edited by mate41; 05-01-2012, 07:00 AM.

          Comment


            #80
            MA Cross Over Vertical Line

            Seeing all these coding requests for special indicators I feel somewhat awkward to be asking but perhaps one of the specialists here has 5 minutes to do it. I already created it using NT`s strategy wizard but it`s actually just an indicator which however I cannot do on my own (I am not accustomed at all to all the programming language).

            The indicator should draw a vertical background line whenever two MAs cross. The first MA should be an EMA with a default of 13, the second one a Simple MA with a default of 20. OnBarClose false or true should be an option for the user. Color of the line should be optional for the user. The other option should be whether the background line runs through only one panel or all panels.

            sandman

            Comment


              #81
              Multiple Instrument indicator

              Hey guys would it be possible to make something akin to a MACD but with moving averages from two distinct instruments instead of a fast and slow moving average? I have been figuring out coding strategies and am just starting to figure out indicators and hoped that someone could tell me how to do this, or at least if it is possible. Thanks.

              Comment


                #82
                key reversal up key reversal down

                Hi Michel

                I have a question for you is it possible to have the key reversal up and key reversal down to plot the arrow key reversal up on the bottom of the bar and key reversal down on top of the bar we have the indicator in ninja but can`t have the arrow plottting on top or bottom of the bar and i don`t know anything about programing

                Thanks

                Comment


                  #83
                  Line trader tool

                  i need a ninja tooll would allow you to trace a line on my ninja chart and when price move above or below this line on thechart it would trigger a trade... kind of like a visible limit order hence the name line trader.

                  Comment


                    #84
                    Hello,

                    Welcome to the forums.

                    This can be custom programmed however if you are looking for a ready made tool I know that the following third party partner has this tool available for purchase as an add on into NinjaTrader.



                    -Brett

                    Comment


                      #85
                      HMA and Bollinger Band In One Indicator

                      Hi,

                      Is it possible to make HMA and Bollinger Bands in single indicator?

                      At present I am using them separately along with Heiken Ashi in my trading system.

                      If all three can be included in single indicator it will be great.

                      Attaching my image for your reference.

                      Thanks in advance.
                      Attached Files
                      Last edited by psb1967; 06-14-2012, 12:04 PM.

                      Comment


                        #86
                        Originally posted by kenyee65 View Post
                        You can use PriorDay OHLC and if you don't want the open to plot then make it the same color as your background. For 4-7 you can use the FHH indicator located on page 2 when you search "high low", you can run it twice once for the overnight time and the other for the first 10 minutes. I attached the file below also.
                        Hello, I too have been looking for simple way to plot Yesterdays H,L&C. I tried doing what this post says, but since I am using an ETH chart it thinks that midnight is the start of the session. Is there an better way to do this? My goal is to plot Previous RTH HLC and Globex session HL / current days open. Seems it would be easier to have an indicator that I can define the time range and it plots a dashed line at that H&L. Then we could add the indicator 2x. Unfortunately, I am not a programmer. But greatly appreciate you assistance and input.
                        Last edited by Trader Mike; 06-24-2012, 10:15 AM.

                        Comment


                          #87
                          A similar indicator is available in the download section of www.bigmiketrading.com - search for Universal Keltner Channel. It can use a varieties of EMAs to calculate the bands. However, it changes colors according to the slope of the main average and does not use a moving average cross to determine the trend.

                          You can also send me a private message with your e-mail and I will send it to you.

                          Originally posted by cedwards View Post
                          Hello,

                          I was wondering if anyone has seen or is able to help me with an indicator. I am looking for a Keltner Channel based on an EMA. I want the area between the bands to change colors when the faster EMA (Center line) Crosses a slower EMA.

                          Any help would be appreciated.

                          Thanks,

                          Cole
                          Attached Files

                          Comment


                            #88
                            The indicator is available in the download section at www.bigmiketrading.com. You can also send me a private message and I will send it to you. Screenshot attached.

                            Originally posted by Pipley View Post
                            Hopefully, this will be easy for an experienced programmer.

                            I am hoping to find an indicator that will produce a "zone" around pivot points.

                            In other words, I would like to use "ColorZones3", but instead of individually entering all of the pivots twice (Daily and Intraday) for all instruments that I trade, it would be REAL nice to have and indicator that does it for me.

                            I thought that I could just increase each line size from 1 to 200, but that doesn't work since the distance changes as I "zoom" in or out.

                            Thanks in advance for any help!!!

                            Maybe it's too easy, eh?
                            Attached Files

                            Comment


                              #89
                              Originally posted by Trader Mike View Post
                              Hello, I too have been looking for simple way to plot Yesterdays H,L&C. I tried doing what this post says, but since I am using an ETH chart it thinks that midnight is the start of the session. Is there an better way to do this? My goal is to plot Previous RTH HLC and Globex session HL / current days open. Seems it would be easier to have an indicator that I can define the time range and it plots a dashed line at that H&L. Then we could add the indicator 2x. Unfortunately, I am not a programmer. But greatly appreciate you assistance and input.
                              The SessionPivots indicator in the download section of this forum plots yesterday's high low and close. You can select between the ETH and the RTH pivots. In any case you need to select an appropriate session template that reflects the trading times of the instrument, as this is needed to determine the trading day.

                              Screenshot attached for ETH pivots and RTH pivots.
                              Attached Files

                              Comment


                                #90
                                Thanks Harry, This works great except when the day session opens the highs and lows from the Globex seem to follow the market. I have been playing with the setting and cant seem to find the right combination. is there a way to have the globex highs and low show for the remainder of the current RTH? Thanks for your help.

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by elderan, Today, 08:03 PM
                                0 responses
                                2 views
                                0 likes
                                Last Post elderan
                                by elderan
                                 
                                Started by algospoke, Today, 06:40 PM
                                0 responses
                                10 views
                                0 likes
                                Last Post algospoke  
                                Started by maybeimnotrader, Today, 05:46 PM
                                0 responses
                                9 views
                                0 likes
                                Last Post maybeimnotrader  
                                Started by quantismo, Today, 05:13 PM
                                0 responses
                                7 views
                                0 likes
                                Last Post quantismo  
                                Started by AttiM, 02-14-2024, 05:20 PM
                                8 responses
                                169 views
                                0 likes
                                Last Post jeronymite  
                                Working...
                                X