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

Outside Bar indicator ?? surprised it's not in NJT

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

    Outside Bar indicator ?? surprised it's not in NJT

    Anyone have an indicator programed for a higher high and lower low outside from previous bar with color change option for signal or display arrow on chart /and audible alerts ?
    I hear it's going to be in the new version of NJT..
    anyone have a beta version.. or would like to program it?
    I made an attempt but I'm not very tec savy..
    it's probably easy but not in my camp..
    thanks,
    KB

    #2


    Comment


      #3
      Thanks..

      nkhoi
      I figured someone had this indicator..
      Thanks for sharing it..

      later,
      KB

      Comment


        #4
        ??

        nkhoi
        I tried to load it into NJ and it said script errors must be resolved..
        any help?
        thanks,
        KB

        Comment


          #5
          You cannot have any programming errors on your end KB. You need to first resolve all errors in any NinjaScript files on your end before you can import files.
          Josh P.NinjaTrader Customer Service

          Comment


            #6
            ??

            So this download I got ..

            outside bar for Ninja
            Attachment: outsidebar.zip
            This has been downloaded 42 time(s).


            Has code errors inside that need fixed ?
            or do I need to change something in my program ?
            KB

            Comment


              #7
              No, you need to fix the errors on your machine. The export file will have no errors since it has already been checked for errors prior to exporting.
              Josh P.NinjaTrader Customer Service

              Comment


                #8
                Josh,
                I have successfully downloaded other indicators from this forum into my NJT program..
                so why does it easily work for them and not for this one ?
                I installed the update today.. 9/11..
                it did not install on the old one or this new one.
                thanks,
                KB

                Comment


                  #9
                  KB,

                  I cannot comment on why it works/does not work on your particular system. The error message you are getting means there are errors on your system. To check this you can very easily just open up a NinjaScript Editor and hit F5 to compile. If you have errors then that is what you need to fix. If compiles without error then it is possible the file you are trying to load into NinjaTrader was made for an old version and is now incompatible. You will need to go back and contact the original author to fix this if you want it.
                  Josh P.NinjaTrader Customer Service

                  Comment


                    #10
                    Found the problem ..fixed it ..got it installed..
                    thanks,
                    KB

                    Comment


                      #11
                      Great! Glad you got it working.
                      Josh P.NinjaTrader Customer Service

                      Comment


                        #12
                        Originally posted by kbandtheriptides View Post
                        Found the problem ..fixed it ..got it installed..
                        thanks,
                        KB
                        FYI for anyone having any type of similar situations with add ons..
                        I had started building an indicator that was left in the selection menu but not working/finished..
                        it was called the same name as the one I was trying to install..
                        it would not overwrite , I guess ..
                        KB

                        Comment


                          #13
                          Originally posted by kbandtheriptides View Post
                          Anyone have an indicator programed for a higher high and lower low outside from previous bar with color change option for signal or display arrow on chart /and audible alerts ?
                          I usually do this with one line of code wherever I need it:

                          if (High[0]>High[1] and Low[0]<Low[1]) BarColor=Color.Red;

                          I don't bother with audible alerts though.
                          -Alex

                          Comment

                          Latest Posts

                          Collapse

                          Topics Statistics Last Post
                          Started by Johnny Santiago, 10-11-2019, 09:21 AM
                          95 responses
                          6,193 views
                          0 likes
                          Last Post xiinteractive  
                          Started by xiinteractive, 04-09-2024, 08:08 AM
                          2 responses
                          11 views
                          0 likes
                          Last Post xiinteractive  
                          Started by Irukandji, Today, 09:34 AM
                          1 response
                          3 views
                          0 likes
                          Last Post NinjaTrader_Clayton  
                          Started by RubenCazorla, Today, 09:07 AM
                          1 response
                          5 views
                          0 likes
                          Last Post RubenCazorla  
                          Started by TraderBCL, Today, 04:38 AM
                          3 responses
                          25 views
                          0 likes
                          Last Post NinjaTrader_Jesse  
                          Working...
                          X