Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is there a way to "fix" the Y axis?

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

    Is there a way to "fix" the Y axis?

    I'd like to have the Y axis on my charts 'fixed' so that the scale remains the same regardless of what the current or past prices are. If the price moves outside my fixed Y axis range, it would just go off the chart and I'd have to vertically scroll or change the axis scale to see it. Is this possible?

    Thanks!
    cassb
    NinjaTrader Ecosystem Vendor - Logical Forex

    #2
    Hi,

    Unfortunately, this is not possible. I will forward your inquiry to our development team and ask them if they can add this to the list of future considerations for the software.
    JasonNinjaTrader Customer Service

    Comment


      #3
      OK thanks Jason. I just find it annoying to have the Y axis scale change after I have set it the way I like to see it.
      cassb
      NinjaTrader Ecosystem Vendor - Logical Forex

      Comment


        #4
        PepeIlegal has written the Vertical Scrolling Script to fix the Y-Axis:

        Comment


          #5
          And this will work with an individual indicator to keep it from rescaling, but not the price panel...

          Code:
          public override void GetMinMaxValues(ChartControl chartControl, ref double min, ref double max)
          {
             min = -100;            // As far south as it can go.
             max = +100;            // Set a top limit too.
          }
          The above was added to my copy of the Ergodic to keep it from rescaling itself all the time. With these values it will always display from -100 to +100 (the theoretical limits for the indicator) whether or not there are any values plotted close to these extremes.

          Comment


            #6
            For indicators you can simply add the indicator "Constant Lines" to the indicator's panel, select the values and make the lines transparent.

            Best trading,

            Jorge

            Comment


              #7
              I put this in the Suggestion forum quite sometime ago, but don't see it listed there anymore. Perhaps I just overlooked it, but I for one would sure appreciate this enhancement. TS has it, but they (last time I saw it), had it set that when it was locked to a size, it would also AutoCenter, which I thought made no sense at all. Anyway, just my 2 cents worth.

              Comment


                #8
                Hello,


                Thank you for your suggestions. I assure you if you made the suggestion in our suggestions area of the forum, your suggestion has been noted for future consideration. Sometimes implementation of the suggestion takes time.
                DenNinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Spiderbird, Today, 12:15 PM
                2 responses
                8 views
                0 likes
                Last Post Spiderbird  
                Started by WHICKED, Today, 12:45 PM
                0 responses
                3 views
                0 likes
                Last Post WHICKED
                by WHICKED
                 
                Started by FrazMann, Today, 11:21 AM
                2 responses
                6 views
                0 likes
                Last Post NinjaTrader_ChristopherJ  
                Started by rjbtrade1, 11-30-2023, 04:38 PM
                2 responses
                80 views
                0 likes
                Last Post DavidHP
                by DavidHP
                 
                Started by lorem, Yesterday, 09:18 AM
                5 responses
                18 views
                0 likes
                Last Post NinjaTrader_ChelseaB  
                Working...
                X