Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Range indicator

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

    Range indicator

    I would like to plot this indicator in the lower right hand corner of pane 1 ,
    the same way Bar timer or tick counter are plotted . No histogram . Just tell
    me the max range of the current bar .No count down of any kind . What
    would it take to do that . tia

    #2
    Hello T2020,

    Thank you for your post.

    Unfortunately this is not available as default within NinjaTrader at this time, however I will forward this to our development team for future considerations.

    This is possible but would require custom programming. If you yourself are not a programmer, any of the NinjaScript consultants listed at the following link could code this project for you:



    Please let me know if I may be of further assistance.
    Christopher J.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the generic answer .

      Comment


        #4
        Originally posted by T2020 View Post
        I would like to plot this indicator in the lower right hand corner of pane 1 ,
        the same way Bar timer or tick counter are plotted . No histogram . Just tell
        me the max range of the current bar .No count down of any kind . What
        would it take to do that . tia
        DrawTextFixed("currentrange", (High[0] - Low[0]).ToString(), TextPosition.BottomRight);

        Comment


          #5
          Originally posted by roonius View Post
          DrawTextFixed("currentrange", (High[0] - Low[0]).ToString(), TextPosition.BottomRight);
          Thank you kindly . I'll have to work on font size and maybe add bold to it
          some day ,but it does what I want .
          Thanks again .

          Comment


            #6
            Originally posted by T2020 View Post
            Thank you kindly . I'll have to work on font size and maybe add bold to it
            some day ,but it does what I want .
            Thanks again .
            Hope there are still people out there !

            This looks like a great indicator, I've tried educating myself to be able to bring the code into NT but lets say it has not gone well.

            Please could someone turn this into an indicator I could import or point me in the direction of a similar indicator that may now be out there ?

            Many thanks.

            Comment


              #7
              Originally posted by Ashtree gambler View Post
              Hope there are still people out there !

              This looks like a great indicator, I've tried educating myself to be able to bring the code into NT but lets say it has not gone well.

              Please could someone turn this into an indicator I could import or point me in the direction of a similar indicator that may now be out there ?

              Many thanks.
              Just create a new indicator using the wizard, without specifying anything.

              Then replace the OnBarUpdate() code block text with what roonius gave out in the earlier post.

              Comment


                #8
                Wow, it worked, many thanks.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by algospoke, Yesterday, 06:40 PM
                2 responses
                19 views
                0 likes
                Last Post algospoke  
                Started by ghoul, Today, 06:02 PM
                3 responses
                14 views
                0 likes
                Last Post NinjaTrader_Manfred  
                Started by jeronymite, 04-12-2024, 04:26 PM
                3 responses
                45 views
                0 likes
                Last Post jeronymite  
                Started by Barry Milan, Yesterday, 10:35 PM
                7 responses
                21 views
                0 likes
                Last Post NinjaTrader_Manfred  
                Started by AttiM, 02-14-2024, 05:20 PM
                10 responses
                181 views
                0 likes
                Last Post jeronymite  
                Working...
                X