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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        155 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
        137 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