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.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Fixed scale for indicator panels will not save in Ninjatrader 8
Collapse
X
-
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.Tags: None
-
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.
-
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
-
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
-
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
-
Thanks again for the workaround tradesmart, compiled it as an indicator, stuck it on my charts and it works great!Attached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
71 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
25 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
28 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
56 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment