Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to define Values output of an indicator without plotting it

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

    How to define Values output of an indicator without plotting it

    How to define Values output of an indicator without plotting it?
    I need it since the Values output could be used as input to another indicator.
    Many thanks, Igal.

    #2
    HI igalml,

    Thanks for your post.

    You can do this with a custom data series that is made public.

    There is a sample that has something like that in our official reference samples, but doesn't quite make an example of this. So I've made a quick indicator as an example for you. This sample creates a public data series of high minus low.

    To call this data series from another indicator use:
    CustomPublicDataSeriesExample().MyData[0]

    For example to Print the value:
    Print(CustomPublicDataSeriesExample().MyData[0].ToString());
    Attached Files
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks a lot.
      How I can plot such data series in the chart from strategy?
      Seems the ADD method can't do it?

      Comment


        #4
        Correct, the Add() method could only add in full indicators and not add a single customized plot. One workaround would be looking into the technique shown in this example here - http://www.ninjatrader.com/support/f...ead.php?t=6651

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        156 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        90 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        141 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        130 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        107 views
        0 likes
        Last Post CarlTrading  
        Working...
        X