Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Auto Scale Issue
Collapse
X
-
Auto Scale Issue
Building an indicator that applies plots that can be well outside of current price action. Not done this before and assumed I can "hide" out of reasonable scale plots by simply declaring auto scale to be false. Apparently not true. The result is of course the price action shrinks to scribbles in the center as the indicator has taken over the chart and shows all active plots. Examining System indicator Fibonacci Pivots I see it performs as like what I'm looking for. Which attribute is defining that behavior?
Tags: None
-
FibonacciPivots has auto scale automatically set to false. If you set it to true in the settings you will see the change.
From my testing, the AutoScale setting is working as expected. Below is the attached test script, you can test it yourself by applying it to a chart and toggling the SetAutoScale bool in the indicator's properties window (note this is different from the default AutoScale setting under the 'Visual' section of the properties window).Attached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
557 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment