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 Jimmyk, 01-26-2018, 05:19 AM
        6 responses
        835 views
        0 likes
        Last Post emuns
        by emuns
         
        Started by jxs_xrj, 01-12-2020, 09:49 AM
        6 responses
        3,291 views
        1 like
        Last Post jgualdronc  
        Started by Touch-Ups, Today, 10:36 AM
        0 responses
        10 views
        0 likes
        Last Post Touch-Ups  
        Started by geddyisodin, 04-25-2024, 05:20 AM
        11 responses
        62 views
        0 likes
        Last Post halgo_boulder  
        Started by Option Whisperer, Today, 09:55 AM
        0 responses
        9 views
        0 likes
        Last Post Option Whisperer  
        Working...
        X