Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Databox display
Collapse
X
-
Databox display
I have an integer that acts like an Id based on information from the bar. Everything works as expected with the exception that the value in the data box is displayed with a decimal (the value is always an integer) which is not fatal but is annoying. Is it possible to format this calculated value as an integer in the same manner as the Volume indicator (i.e. as a whole number with no decimal point)? -
It is a simple calculation of the number of minutes between two date time values - the current bar's time and a historical time. I use it to align events over a large number of systems. So if you can display literally any integer in the data box that would be all I need.
Comment
-
Chris, how do you have IntPlotExample[ defined? If set my plot values to an int series, I get a message saying cannot convert to NinjaTrader.NinjaScript.Series<double> which makes sense but I am not sure how I get from Values[0] (a double) to Id[0] (an int). I am getting hung up on the plot variable definition (not the AddPlot itself, just the variable declaration)
Comment
-
Hi Scott, that name is a little misleading because Plots will always be Series<double> objects under the hood. I attached my example here if you would like to take a look. Im assuming the calculation you are doing in your script is coming out as a double value.
Kind regards,
-ChrisLAttached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
578 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 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