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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
138 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment