Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Setting Y-Axis Range programmatically?
Collapse
X
-
Setting Y-Axis Range programmatically?
I'd like to set the Y-Axis scale to certain offsets from price, say Close[0] + 50 for the Maximum and Close[0] - 50 for the Minimum. Obviously I don't want to do this manually by entering the values in the properties box each time a new bar is updated so I was wondering if there was a way this could be done programmatically. And if there's not, I'd like to make a request to be able to have the y-axis range centered on the Close of each new bar. As in, you enter an offset for the maximum, and an offset for the minimum in the properties window and the y-axis range of your chart is generated off of the close of each new bar.Tags: None
-
Hello chnh1,
Thanks for your post.
Just to cover the basics, in the data series window you can select "center price on scale". If that does not meet your need, yes you can control programmatically.
In the Help guide for the method OnCalculateMinMax() is an example of centering based on the close price +/- 50 ticks. You should be able to use that and modify as needed.
Reference: https://ninjatrader.com/support/help...lateminmax.htm
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
134 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
74 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment