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.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by maybeimnotrader, Yesterday, 05:46 PM
        1 response
        18 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by Perr0Grande, Yesterday, 08:16 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by f.saeidi, Yesterday, 08:12 AM
        3 responses
        25 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by algospoke, Yesterday, 06:40 PM
        1 response
        15 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by quantismo, Yesterday, 05:13 PM
        1 response
        14 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X