Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

setting a line to the stderror lower line

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

    setting a line to the stderror lower line

    i know that this will set sMA to a SMA.
    sMA.Set(SMA(iSMAPeriod)[
    0]);

    but what i need to know is how to set it the lower line of the stderror indicator.

    #2
    Hello cbart_1,

    If lowerline is a plot you can access this without having to do anything additional to stderror indicator.

    If it's not a plot, you can access it following principles of this sample:
    Exposing indicator values that are not plots
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      im making an indicator but i need the just the one line for the indicator im making. Really i have another indicator that is similar to the stderror that has multiple lines but i just need one of them to plot in the indicator im making.
      Last edited by cbart_1; 12-01-2010, 04:01 PM.

      Comment


        #4
        If you're looking for help with syntax, it may help to use the strategy wizard condition builder to construct in point and click interface. You can then view the code.

        An example of setting a value of a multi-plot indicator:
        Value.Set(Bollinger(2, 14).Upper[0]);
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

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