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