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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        102 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X