Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom Indicator Data on Data Box Dialog Window?

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

    Custom Indicator Data on Data Box Dialog Window?

    I have a custom indicator that plots a Trailing stop on my charts (Dots) .

    How can I show this info on the Data Box?

    #2
    Hello mefTrader,

    Thank you for your post.

    Within your indicator parameters if the option is available to "Display in Data Box" please set this to True as referenced in the screen shot below.

    Please let me know if I may be of further assistance.
    Attached Files
    Christopher J.NinjaTrader Customer Service

    Comment


      #3
      Does it have to be a Plot Data Series or could I use the following data series?

      DrawDot("TStop_Short"+ CurrentBar, true, 0, TrStop[0], Color.Yellow);

      TrStop is defined in the variables section as "private DataSeries TrStop;" and I using it to plot dots on the chart already - how can I pass this data series to the data box?

      Comment


        #4
        Unfortunately it would have to be a Plot to be displayed in the Databox.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        27 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        117 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        226 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        417 views
        0 likes
        Last Post CaptainJack  
        Working...
        X