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

MACD BB + Lines 30

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

    MACD BB + Lines 30

    Hi, good afternoon, everybody. I apologize first if my English is not very good. It's because I'm from Argentina and I'm using the Google translator.
    I wonder if they can help me set up MACDBB.
    What I need is for the MACDBB to have the -30 and +30 lines, in addition to the zero line.
    I leave the ninjascript attached, it's for NT7.
    I appreciate that I can collaborate because I do not know how to program.
    Thank you very much for everything, I am very attentive to your collaboration.
    Attached Files

    #2
    Hello FernandoGomez94,

    Thanks for your post and welcome to the Ninjatrader forums!

    Typically we do not modify code for our clients and usually would refer you to others for that coding service however as the change was quite simple I have added the +/- 30 lines for you in this case.
    Attached Files
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Hi Paul!!
      Thank you very much for taking the time and for doing the coding, i just tried the indicator
      And it's just what I needed.
      I take the opportunity to consult you: I am testing the NT8 platform and I need to migrate some indicators that I use in NT7.
      How should I make that change? Can you perform them or do you need to go to that service you mention?

      Comment


        #4
        Hello FernandoGomez94,

        Thanks for your reply.

        You may want to review the forums NT8 file sharing area to see if any of the indicators you use have already been converted, here is a link: http://ninjatrader.com/support/forum...ks.php?catid=7

        We would not provide any conversion service and can refer you to 3rd party coding providers if you like.
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          I looked between the indicators on platform 8 but I did not find the ones I need.
          Could you please mention the name or the link of a provider that can perform the conversion?

          Comment


            #6
            Hello FernandoGomez94,

            This is Ryan L. from the NinjaTrader Ecosystem responding on behalf of my colleague Paul.

            You can search our extensive library of NinjaScript consultants through the link below for conversion work. Simply enter a consultant name or search by using our filter categories. Once you have identified your consultants of choice, please visit each consultant's site for more information or contact them directly to learn more!



            You can locate the contact information for the consultants on their direct websites for any additional questions you may have. Since these consultants are third party services for NinjaTrader all pricing and support information will need to be obtained through the consultant.

            This NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The companies and services listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.

            Please let me know if you have any questions, concerns or if I can provide any further assistance by responding to this thread at your convenience.
            Ryan L.NinjaTrader Customer Service

            Comment


              #7
              Hi Ryan L, Thanks for the info.
              Then I will go and consult the counselors. One last favor I want to ask Is it possible for the MACDBB that Paul added the lines +/- 30, can you make the last touch and add an alert when crossing zone zero?
              Many thanks for the attention, they were very friendly and very attentive.

              Comment


                #8
                Hello FernandoGomez94,

                As Paul had mentioned we do not usually provide modifications for our clients as it opens the door to make numerous changes for our clients at a rate we cannot sustain. I would be happy to show you what would be involved to make the coding changes, however.

                I would suggest to create CrossAbove() and CrossBelow() conditions that compare the values of the plots to see if they have crossed 0.

                Here is an example of a couple lines that you could write that checks the value of a plot crossing above 0:
                Code:
                if(CrossAbove(Values[0], 0, 0))
                	Alert("myAlert", NinjaTrader.Cbi.Priority.High, "Reached threshold", "Alert1.wav", 10, Color.Black, Color.Yellow);
                You can refer to the documentation below for more information on syntax and usage:

                CrossAbove() - https://ninjatrader.com/support/help...crossabove.htm

                CrossBelow() - https://ninjatrader.com/support/help...crossbelow.htm

                Alert() - https://ninjatrader.com/support/help....htm?alert.htm

                Values - https://ninjatrader.com/support/help...nt7/values.htm

                Alternately, you could use the Strategy Wizard to create an alert based off of the bundled MACD indicator when one of the plots crosses 0. The BBMACD indicator would not support this in the Strategy Wizard as it does not expose the plots so they can be accessed in the Wizard. Here is a video demonstrating: https://www.screencast.com/t/LI5r1cXyKYT

                Another video on using the Strategy Wizard to create alerts can be found here - https://www.youtube.com/watch?v=vt0s4-sVyD4

                Please let us know if we may be of further assistance.
                JimNinjaTrader Customer Service

                Comment


                  #9
                  I'm lookinf for MACDBB lines indicator for Ninjatrader 8

                  Hi everyone! I'm training in ninjatrader 8 and I'm looking for MACDBB lines indicador for ninjatrader 8. Please, can someone helps me? thank you very much!

                  Comment


                    #10
                    Hello Julio, I have the indicator for NT8. Send me an email to enriquefernandogomez1[at]gmail[dot]com to send it to you.
                    I speak Spanish in case you speak too.
                    Greetings.
                    Last edited by NinjaTrader_PatrickH; 07-19-2018, 10:31 AM.

                    Comment


                      #11
                      Hi my friend. I speak spanish, too. I send a message to your email some time ago but I didn't get answer from you. Please send me the indicator for NT8 to my email: [email protected]. Thank you in advanced my friend!

                      Comment


                        #12
                        Indicadores Ninjatrader 7

                        Hola, He estado buscando los siguientes indicadores y no los he podido encontrar:

                        -MACD BB
                        -Moving Average Cross Over
                        -Keltner ChannelEMA
                        -Time Zone Colors


                        Alguie podria ayudarme o mandamelos a mi correo,

                        Mi correo es: [email protected]

                        Agradezco su ayuda!
                        Last edited by AlvaroGarcia3416; 08-12-2018, 01:41 PM. Reason: Correccion ortografica

                        Comment


                          #13
                          Hello everyone,

                          I'd like to point out some the indicators that I have found in our NinjaScript FileSharing section of the forums.

                          User App Share link - https://ninjatraderecosystem.com/use...-bb-lines-nt8/

                          User App Share link - https://ninjatraderecosystem.com/use...ezonecolors-2/

                          I finished a conversion recently for the Keltner Channel EMA indicator. We don't perform conversions by request, but since I already had it done, I went ahead and shared it. This can be found below.

                          Keltner Channel EMA - https://ninjatrader.com/support/foru...hp?linkid=1152
                          User App Share link - https://ninjatraderecosystem.com/use...r-channel-ema/

                          I did not see already ported indicator for MA Crossover but there are some multi-indicator crossover indicators that could fill this need. I may point out one that my colleague NinjaTrader_Paul has put together.

                          MACrossBuilder - https://ninjatrader.com/support/foru...tid=-1&lpage=3
                          User App Share link - https://ninjatraderecosystem.com/use...acrossbuilder/

                          If you have a custom indicator in mind that is not already available on our forums, we could have an EcoSystem representative provide additional information on NinjaScript Consultants who will be happy to create any custom indicator at your request.

                          The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
                          Last edited by NinjaTrader_Jim; 03-07-2019, 08:57 AM. Reason: Updated post with User App Share links
                          JimNinjaTrader Customer Service

                          Comment


                            #14
                            Hi Guys, I am looking for the script MACD BB with the lines +30/-30 for NT8. I've couldn't find it yet. If someone has it, please send it to me. [email protected]
                            Thanks in advanced.

                            Comment

                            Latest Posts

                            Collapse

                            Topics Statistics Last Post
                            Started by Perr0Grande, Today, 08:16 PM
                            0 responses
                            2 views
                            0 likes
                            Last Post Perr0Grande  
                            Started by elderan, Today, 08:03 PM
                            0 responses
                            3 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  
                            Working...
                            X