Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ploting Internal Indicators

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

    Ploting Internal Indicators

    I am familiar with ploting external indicators using code such as Add(SMA(20)); in a strat, but is it possible to plot an indicator that has been coded within a strat? If so, can you tell me how please?

    Thanks
    Dave

    #2
    DaveS,

    Unfortunately this is not possible without a dummy indicator. Please see Ryan's post above.

    Please let me know if I can assist further.
    Last edited by NinjaTrader_AdamP; 10-26-2011, 06:44 AM.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      search the forum with keyword Strategy Plot.

      basic idea is create an indicator with an exposed plot (say MyPlot). in the strategy add the same indi and you can set value to it as MyPlot().Value.Set(Close[0]); //replace Close[0] with your custom value.

      Comment


        #4
        Hi DaveS,

        This is a correction to Adam's post. You can setup a dummy indicator and then set the value of this within the strategy. The following sample can help with this:
        When running a strategy on a chart you may find the need to plot values onto a chart. If these values are internal strategy calculations that are difficult to migrate to an indicator, you can use the following technique to achieve a plot. NinjaTrader 8 With NinjaTrader 8 we introduced strategy plots which provide the ability
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Thanks both.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          647 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X