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 rhyminkevin, Today, 04:58 PM
        3 responses
        46 views
        0 likes
        Last Post Anfedport  
        Started by iceman2018, Today, 05:07 PM
        0 responses
        5 views
        0 likes
        Last Post iceman2018  
        Started by lightsun47, Today, 03:51 PM
        0 responses
        7 views
        0 likes
        Last Post lightsun47  
        Started by 00nevest, Today, 02:27 PM
        1 response
        14 views
        0 likes
        Last Post 00nevest  
        Started by futtrader, 04-21-2024, 01:50 AM
        4 responses
        50 views
        0 likes
        Last Post futtrader  
        Working...
        X