Is there a way to (1) control the Data Box display precision, or (2) force an indicator that calls another indicator to use the same precision for display as the called indicator?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Data Box decimal places
Collapse
X
-
Data Box decimal places
I have noticed that the Data Box display of plot values is inconsistent. For example, I have a Keltner Channel indicator that plots Upper, Lower, and Middle lines. In the Data Box, these display with 4 decimal places (instrument is the 6E EURUSD). I have another indicator that calls my Keltner Channel indicator and, among other tasks, plots the Upper, Lower, and Middle lines pulled from the Keltner Channel indicator. In the Data Box, however, these plot values are rounded to 2 decimal places. (Screenshot attached).
Is there a way to (1) control the Data Box display precision, or (2) force an indicator that calls another indicator to use the same precision for display as the called indicator? -
tradesmart, yes you can custom format price markers via overriding the default formatting in your scripts via the FormatPriceMarker() method - http://www.ninjatrader.com/support/h...ricemarker.htm
-
Thanks! Apparently, once the FormatPriceMarker() method has been added, calling it with any valid double is sufficient to format all the plots collectively. I'm calling it thus in the OnStartUp() method and it works fine:
Code:FormatPriceMarker(0) ;
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
332 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
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment