Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Fixed scale for indicator panels will not save in Ninjatrader 8

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

    Fixed scale for indicator panels will not save in Ninjatrader 8

    Hello,
    I use two indicator panels on my charts that I use a fixed scale on with a minimum and maximum range on those panels. Not the price panel, I leave that one automatic, only the indicator panels. I can get everything set up just fine but I can't save the set up. I tried saving the chart as a template. When the template is loaded, everything is correct but the indicator panel scales go back to automatic. I also saved the workspace and again, everything is correct except the fixed scales on those indicator panels. There should be a way to save this, it is a bit of a pain to have to fix the scales manually every time I use NT8. I do not have this problem in NT7.
    Last edited by Jim Shaw; 12-07-2016, 01:30 PM.

    #2
    Hello Jim,

    Thanks for posting today.

    So far I am seeing this same behavior on my end, and that this does not occur in NinjaTrader 7. In my testing, I am seeing that this does not occur with the Primary data series in the chart, but does occur with indicators in their own panel. I am doing some investigation on my end to get a better understanding of this item, and will follow up with further information.

    Comment


      #3
      Ok, thanks for investigating this. Hoping for a fix to this.
      Last edited by Jim Shaw; 11-18-2016, 06:30 AM.

      Comment


        #4
        I don't know if this will help you track the bug down or not, but I also noticed that if you set up the indicator panels with fixed scales and then change the chart to another instrument, the fixed scales change back to automatic. This means you have to constantly keep setting the scales with every instrument you look at with that chart setup. I will keep using my NT7 for now as this is too much trouble. Hopefully this will be fixed in the next release.

        Comment


          #5
          Originally posted by Jim Shaw View Post
          ...you have to constantly keep setting the scales with every instrument you look at with that chart setup. I will keep using my NT7 for now as this is too much trouble. Hopefully this will be fixed in the next release.

          I posted this a few days ago:


          This is my workaround for the slippery Y-scale problem:
          Code:
                  public override void OnCalculateMinMax()
                  {
                      MinValue = 0.0 ;
                      MaxValue = 4.7 ;
                  }

          Comment


            #6
            Thank you tradesmart, I will add that to my indicator and give that a try!

            Comment


              #7
              One caveat: the "F" label indicating Fixed scale, will not appear as you'd normally expect from the experience of manual adjustment. So, even though the scale is indeed Fixed, the only visible evidence is the max/min of the scale itself.

              Comment


                #8
                Thanks for the pointers guys, we could hit that scenario cleanly in-house as well and have our QA investigate with development to take care as needed.

                Comment


                  #9
                  Thanks again for the workaround tradesmart, compiled it as an indicator, stuck it on my charts and it works great!
                  Attached Files
                  Last edited by Jim Shaw; 11-19-2016, 07:01 AM. Reason: attach indicator file

                  Comment


                    #10
                    Let me add one Twist to this. When Starting Playback the Price Panel looses it's Fixed scale Setting. It doesn't change to automatic but Scrunches all my charts down. Its a real pain to keep having to re-adjust all the charts.

                    Comment


                      #11
                      Thanks Jerry, appreciate the added scenario. I'll add that to our QA case to look into resolving.

                      Comment

                      Latest Posts

                      Collapse

                      Topics Statistics Last Post
                      Started by argusthome, 03-08-2026, 10:06 AM
                      0 responses
                      61 views
                      0 likes
                      Last Post argusthome  
                      Started by NabilKhattabi, 03-06-2026, 11:18 AM
                      0 responses
                      39 views
                      0 likes
                      Last Post NabilKhattabi  
                      Started by Deep42, 03-06-2026, 12:28 AM
                      0 responses
                      21 views
                      0 likes
                      Last Post Deep42
                      by Deep42
                       
                      Started by TheRealMorford, 03-05-2026, 06:15 PM
                      0 responses
                      23 views
                      0 likes
                      Last Post TheRealMorford  
                      Started by Mindset, 02-28-2026, 06:16 AM
                      0 responses
                      51 views
                      0 likes
                      Last Post Mindset
                      by Mindset
                       
                      Working...
                      X