Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Data Box decimal places

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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?
    Attached Files

    #2
    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

    Comment


      #3
      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
      563 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      329 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      547 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X