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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        152 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        305 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        244 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        345 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        176 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X